Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(602)

Unified Diff: chrome/browser/extensions/extension_service.h

Issue 119963004: Manage all the testing classes for Blacklist in TestBlacklist. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/extensions/extension_service.h
diff --git a/chrome/browser/extensions/extension_service.h b/chrome/browser/extensions/extension_service.h
index 4702d7515fc297c39f3f1545f6a1feb4fb0b3cb8..d6f0050c39d52223420ad8041497ad87ffadf6ce 100644
--- a/chrome/browser/extensions/extension_service.h
+++ b/chrome/browser/extensions/extension_service.h
@@ -853,6 +853,15 @@ class ExtensionService
InstallAppsWithUnlimtedStorage);
FRIEND_TEST_ALL_PREFIXES(ExtensionServiceTest,
InstallAppsAndCheckStorageProtection);
+ FRIEND_TEST_ALL_PREFIXES(ExtensionServiceTest, SetUnsetBlacklistInPrefs);
+ FRIEND_TEST_ALL_PREFIXES(ExtensionServiceTest,
+ BlacklistedExtensionWillNotInstall);
+ FRIEND_TEST_ALL_PREFIXES(ExtensionServiceTest,
+ UnloadBlacklistedExtensionPolicy);
+ FRIEND_TEST_ALL_PREFIXES(ExtensionServiceTest,
+ WillNotLoadBlacklistedExtensionsFromDirectory);
+ FRIEND_TEST_ALL_PREFIXES(ExtensionServiceTest,
+ BlacklistedInPrefsFromStartup);
DISALLOW_COPY_AND_ASSIGN(ExtensionService);
};
« no previous file with comments | « chrome/browser/extensions/blacklist_unittest.cc ('k') | chrome/browser/extensions/extension_service_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698