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

Unified Diff: chrome/common/extensions/manifest.cc

Issue 11316164: Implement ComplexFeature to support permission features with multiple rules. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: new Created 8 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/common/extensions/manifest.cc
diff --git a/chrome/common/extensions/manifest.cc b/chrome/common/extensions/manifest.cc
index 92ea3b8ea4d566b5cc2c323d261afd180e144c16..8b08b001fff7e914233358a838ba2ff71bec921e 100644
--- a/chrome/common/extensions/manifest.cc
+++ b/chrome/common/extensions/manifest.cc
@@ -11,6 +11,7 @@
#include "base/stringprintf.h"
#include "base/utf_string_conversions.h"
#include "chrome/common/extensions/extension_manifest_constants.h"
+#include "chrome/common/extensions/features/complex_feature_provider.h"
not at google - send to devlin 2012/12/12 17:42:41 unused
justinlin 2012/12/14 12:26:26 Done.
#include "chrome/common/extensions/features/simple_feature_provider.h"
#include "extensions/common/error_utils.h"

Powered by Google App Engine
This is Rietveld 408576698