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

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

Issue 1200833004: Apps&Extensions for Supervised Users: send permission request on outdated re-enables (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 2 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 18 matching lines...) Expand all
29 #include "extensions/browser/uninstall_reason.h" 29 #include "extensions/browser/uninstall_reason.h"
30 #include "extensions/common/extension.h" 30 #include "extensions/common/extension.h"
31 #include "extensions/common/extension_set.h" 31 #include "extensions/common/extension_set.h"
32 #include "extensions/common/manifest.h" 32 #include "extensions/common/manifest.h"
33 #include "sync/api/string_ordinal.h" 33 #include "sync/api/string_ordinal.h"
34 34
35 #if !defined(ENABLE_EXTENSIONS) 35 #if !defined(ENABLE_EXTENSIONS)
36 #error "Extensions must be enabled" 36 #error "Extensions must be enabled"
37 #endif 37 #endif
38 38
39 class ExtensionSyncService;
40 class GURL; 39 class GURL;
41 class HostContentSettingsMap; 40 class HostContentSettingsMap;
42 class Profile; 41 class Profile;
43 42
44 namespace base { 43 namespace base {
45 class CommandLine; 44 class CommandLine;
46 class SequencedTaskRunner; 45 class SequencedTaskRunner;
47 class Version; 46 class Version;
48 } 47 }
49 48
(...skipping 711 matching lines...) Expand 10 before | Expand all | Expand 10 after
761 GreylistUnknownDontChange); 760 GreylistUnknownDontChange);
762 FRIEND_TEST_ALL_PREFIXES(ExtensionServiceTest, 761 FRIEND_TEST_ALL_PREFIXES(ExtensionServiceTest,
763 ManagementPolicyProhibitsEnableOnInstalled); 762 ManagementPolicyProhibitsEnableOnInstalled);
764 FRIEND_TEST_ALL_PREFIXES(ExtensionServiceTest, 763 FRIEND_TEST_ALL_PREFIXES(ExtensionServiceTest,
765 BlockAndUnblockBlacklistedExtension); 764 BlockAndUnblockBlacklistedExtension);
766 765
767 DISALLOW_COPY_AND_ASSIGN(ExtensionService); 766 DISALLOW_COPY_AND_ASSIGN(ExtensionService);
768 }; 767 };
769 768
770 #endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_SERVICE_H_ 769 #endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_SERVICE_H_
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_service.cc » ('j') | chrome/browser/extensions/extension_service_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698