Searched defs:kChromeAppId (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/apps/drive/
H A Ddrive_app_provider_browsertest.cc40 const char kChromeAppId[] = "kbmnembihfiondgfjekmnmcbddelicoi"; member in namespace:__anon2899
239 // Prepare a Drive app that matches the not-yet-installed kChromeAppId.
241 kDriveAppId, kDriveAppName, kChromeAppId, kLaunchUrl);
253 EXPECT_NE(kChromeAppId, url_app_id);
261 EXPECT_EQ(kChromeAppId, mapping()->GetChromeApp(kDriveAppId));
262 EXPECT_FALSE(mapping()->IsChromeAppGenerated(kChromeAppId));
273 // Prepare a Drive app that matches the not-yet-installed kChromeAppId.
275 kDriveAppId, kDriveAppName, kChromeAppId, kLaunchUrl);
284 fake_drive_service()->RemoveAppByProductId(kChromeAppId);
302 kDriveAppId, kDriveAppName, kChromeAppId, kLaunchUr
[all...]
/external/chromium_org/chrome/common/extensions/
H A Dextension_constants.cc31 const char kChromeAppId[] = "mgndgikekgjfcpckkfioiadnlibdjbkf"; member in namespace:extension_misc

Completed in 116 milliseconds