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

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: Created 7 years 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 17d62ecec37cb07944d57647aa87ab6c30281063..530a65fda769b1b9109e06164161bb2aeb5fd1dc 100644
--- a/chrome/browser/extensions/extension_service.h
+++ b/chrome/browser/extensions/extension_service.h
@@ -868,6 +868,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);
};

Powered by Google App Engine
This is Rietveld 408576698