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

/external/chromium/chrome/browser/extensions/
H A Dextension_service_unittest.cc80 const char* const good_crx = "ldnnhddmnhbkjipkidpdiheffobcpfmf"; member in namespace:__anon1273
1106 ValidateIntegerPref(good_crx, "state", Extension::ENABLED);
1107 ValidateIntegerPref(good_crx, "location", Extension::INTERNAL);
1153 service_->OnExternalExtensionFileFound(good_crx, version.get(),
1156 ASSERT_TRUE(service_->GetExtensionById(good_crx, false));
1159 service_->UninstallExtension(good_crx, false, NULL);
1161 ValidateIntegerPref(good_crx, "location",
1165 service_->OnExternalExtensionFileFound(good_crx, version.get(),
1168 ASSERT_TRUE(NULL == service_->GetExtensionById(good_crx, false));
1169 ValidateIntegerPref(good_crx, "locatio
[all...]

Completed in 33 milliseconds