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

Unified Diff: chrome/common/extensions/extension.h

Issue 10689097: Enforce the 'requirements' field in manifests. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 6 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/common/extensions/extension.h
diff --git a/chrome/common/extensions/extension.h b/chrome/common/extensions/extension.h
index 4a21612ecebc4d0c5c88df943bf51710fbf3eb97..20f0efa95b4d424bb7ef2ecf657fdfad0f88796b 100644
--- a/chrome/common/extensions/extension.h
+++ b/chrome/common/extensions/extension.h
@@ -52,6 +52,7 @@ FORWARD_DECLARE_TEST(TabStripModelTest, Apps);
namespace extensions {
class Manifest;
+class RequirementsProvider;
// Represents a Chrome extension.
class Extension : public base::RefCountedThreadSafe<Extension> {
@@ -1183,6 +1184,6 @@ struct UpdatedExtensionPermissionsInfo {
Reason reason);
};
-} // namespace extensions
+} // namespace extensions
#endif // CHROME_COMMON_EXTENSIONS_EXTENSION_H_

Powered by Google App Engine
This is Rietveld 408576698