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

Side by Side Diff: chrome/browser/extensions/extension_service.h

Issue 2147923002: [Extensions] Fixed removing from blacklist. (Closed) Base URL: ssh://bitbucket.browser.yandex-team.ru/chromium/src.git@master
Patch Set: Unnecessary extensions:: namespace is removed. Created 4 years, 5 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_EXTENSIONS_EXTENSION_SERVICE_H_ 5 #ifndef CHROME_BROWSER_EXTENSIONS_EXTENSION_SERVICE_H_
6 #define CHROME_BROWSER_EXTENSIONS_EXTENSION_SERVICE_H_ 6 #define CHROME_BROWSER_EXTENSIONS_EXTENSION_SERVICE_H_
7 7
8 #include <map> 8 #include <map>
9 #include <set> 9 #include <set>
10 #include <string> 10 #include <string>
(...skipping 712 matching lines...) Expand 10 before | Expand all | Expand 10 after
723 FRIEND_TEST_ALL_PREFIXES(ExtensionServiceTest, 723 FRIEND_TEST_ALL_PREFIXES(ExtensionServiceTest,
724 DestroyingProfileClearsExtensions); 724 DestroyingProfileClearsExtensions);
725 FRIEND_TEST_ALL_PREFIXES(ExtensionServiceTest, SetUnsetBlacklistInPrefs); 725 FRIEND_TEST_ALL_PREFIXES(ExtensionServiceTest, SetUnsetBlacklistInPrefs);
726 FRIEND_TEST_ALL_PREFIXES(ExtensionServiceTest, 726 FRIEND_TEST_ALL_PREFIXES(ExtensionServiceTest,
727 BlacklistedExtensionWillNotInstall); 727 BlacklistedExtensionWillNotInstall);
728 FRIEND_TEST_ALL_PREFIXES(ExtensionServiceTest, 728 FRIEND_TEST_ALL_PREFIXES(ExtensionServiceTest,
729 UnloadBlacklistedExtensionPolicy); 729 UnloadBlacklistedExtensionPolicy);
730 FRIEND_TEST_ALL_PREFIXES(ExtensionServiceTest, 730 FRIEND_TEST_ALL_PREFIXES(ExtensionServiceTest,
731 WillNotLoadBlacklistedExtensionsFromDirectory); 731 WillNotLoadBlacklistedExtensionsFromDirectory);
732 FRIEND_TEST_ALL_PREFIXES(ExtensionServiceTest, ReloadBlacklistedExtension); 732 FRIEND_TEST_ALL_PREFIXES(ExtensionServiceTest, ReloadBlacklistedExtension);
733 FRIEND_TEST_ALL_PREFIXES(ExtensionServiceTest,
734 RemoveExtensionFromBlacklist);
733 FRIEND_TEST_ALL_PREFIXES(ExtensionServiceTest, BlacklistedInPrefsFromStartup); 735 FRIEND_TEST_ALL_PREFIXES(ExtensionServiceTest, BlacklistedInPrefsFromStartup);
734 FRIEND_TEST_ALL_PREFIXES(ExtensionServiceTest, 736 FRIEND_TEST_ALL_PREFIXES(ExtensionServiceTest,
735 GreylistedExtensionDisabled); 737 GreylistedExtensionDisabled);
736 FRIEND_TEST_ALL_PREFIXES(ExtensionServiceTest, 738 FRIEND_TEST_ALL_PREFIXES(ExtensionServiceTest,
737 GreylistDontEnableManuallyDisabled); 739 GreylistDontEnableManuallyDisabled);
738 FRIEND_TEST_ALL_PREFIXES(ExtensionServiceTest, 740 FRIEND_TEST_ALL_PREFIXES(ExtensionServiceTest,
739 GreylistUnknownDontChange); 741 GreylistUnknownDontChange);
740 FRIEND_TEST_ALL_PREFIXES(ExtensionServiceTest, 742 FRIEND_TEST_ALL_PREFIXES(ExtensionServiceTest,
741 ManagementPolicyProhibitsEnableOnInstalled); 743 ManagementPolicyProhibitsEnableOnInstalled);
742 FRIEND_TEST_ALL_PREFIXES(ExtensionServiceTest, 744 FRIEND_TEST_ALL_PREFIXES(ExtensionServiceTest,
743 BlockAndUnblockBlacklistedExtension); 745 BlockAndUnblockBlacklistedExtension);
744 746
745 DISALLOW_COPY_AND_ASSIGN(ExtensionService); 747 DISALLOW_COPY_AND_ASSIGN(ExtensionService);
746 }; 748 };
747 749
748 #endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_SERVICE_H_ 750 #endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_SERVICE_H_
OLDNEW
« no previous file with comments | « chrome/browser/extensions/extension_prefs_unittest.cc ('k') | chrome/browser/extensions/extension_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698