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

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

Issue 23257005: Move Feature and Manifest to top-level extensions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 4 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 | Annotate | Revision Log
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_EXTERNAL_PROVIDER_IMPL_H_ 5 #ifndef CHROME_BROWSER_EXTENSIONS_EXTERNAL_PROVIDER_IMPL_H_
6 #define CHROME_BROWSER_EXTENSIONS_EXTERNAL_PROVIDER_IMPL_H_ 6 #define CHROME_BROWSER_EXTENSIONS_EXTERNAL_PROVIDER_IMPL_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "chrome/browser/extensions/external_provider_interface.h" 10 #include "chrome/browser/extensions/external_provider_interface.h"
11 11
12 #include "base/memory/ref_counted.h" 12 #include "base/memory/ref_counted.h"
13 #include "chrome/browser/extensions/external_loader.h" 13 #include "chrome/browser/extensions/external_loader.h"
14 #include "chrome/common/extensions/manifest.h" 14 #include "extensions/common/manifest.h"
15 15
16 class Profile; 16 class Profile;
17 17
18 namespace base { 18 namespace base {
19 class DictionaryValue; 19 class DictionaryValue;
20 class Version; 20 class Version;
21 } 21 }
22 22
23 namespace extensions { 23 namespace extensions {
24 class ExternalLoader; 24 class ExternalLoader;
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 // Whether loaded extensions should be automatically acknowledged, so that 112 // Whether loaded extensions should be automatically acknowledged, so that
113 // the user doesn't see an alert about them. 113 // the user doesn't see an alert about them.
114 bool auto_acknowledge_; 114 bool auto_acknowledge_;
115 115
116 DISALLOW_COPY_AND_ASSIGN(ExternalProviderImpl); 116 DISALLOW_COPY_AND_ASSIGN(ExternalProviderImpl);
117 }; 117 };
118 118
119 } // namespace extensions 119 } // namespace extensions
120 120
121 #endif // CHROME_BROWSER_EXTENSIONS_EXTERNAL_PROVIDER_IMPL_H_ 121 #endif // CHROME_BROWSER_EXTENSIONS_EXTERNAL_PROVIDER_IMPL_H_
OLDNEW
« no previous file with comments | « chrome/browser/extensions/external_policy_loader_unittest.cc ('k') | chrome/browser/extensions/external_provider_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698