Home
last modified time | relevance | path

Searched refs:kCloudPrintAppId (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/common/extensions/
Dextension_constants.cc32 const char kCloudPrintAppId[] = "mfehgcgbbipciphmccgaenjidiccnmng"; variable
Dextension_constants.h38 extern const char kCloudPrintAppId[];
/external/chromium_org/chrome/common/extensions/manifest_handlers/
Dapp_launch_info.cc207 } else if (extension->id() == extension_misc::kCloudPrintAppId) { in LoadLaunchURL()