Searched refs:good_crx (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
H A Dextension_service_unittest.cc181 const char good_crx[] = "ldnnhddmnhbkjipkidpdiheffobcpfmf"; member in namespace:__anon3955
1417 ValidateIntegerPref(good_crx, "state", Extension::ENABLED);
1418 ValidateIntegerPref(good_crx, "location", Manifest::INTERNAL);
1495 ASSERT_EQ(good_crx, observer.last_extension_installed);
1499 UninstallExtension(good_crx, false);
1500 ASSERT_EQ(good_crx, observer.last_extension_uninstalled);
1520 if (service()->OnExternalExtensionFileFound(good_crx,
1529 const Extension* extension = service()->GetExtensionById(good_crx, false);
1532 ASSERT_TRUE(ValidateBooleanPref(good_crx, kPrefFromBookmark, true));
1536 UpdateExtension(good_crx, pat
[all...]

Completed in 326 milliseconds