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

Unified Diff: chrome/browser/extensions/api/declarative_webrequest/webrequest_constants.h

Issue 10825212: Support also excluding content types in declarative webrequest conditions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ' Created 8 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/extensions/api/declarative_webrequest/webrequest_constants.h
diff --git a/chrome/browser/extensions/api/declarative_webrequest/webrequest_constants.h b/chrome/browser/extensions/api/declarative_webrequest/webrequest_constants.h
index 3603591eb868b2b8d3f87c005e221634464b3ac1..7eac5946cf3a2d2ba2d3540d47e1ea4757e6d6a0 100644
--- a/chrome/browser/extensions/api/declarative_webrequest/webrequest_constants.h
+++ b/chrome/browser/extensions/api/declarative_webrequest/webrequest_constants.h
@@ -18,6 +18,7 @@ extern const char kCookieKey[];
extern const char kContentTypeKey[];
extern const char kDirectionKey[];
extern const char kDomainKey[];
+extern const char kExcludeContentTypeKey[];
extern const char kExpiresKey[];
extern const char kFilterKey[];
extern const char kFromKey[];

Powered by Google App Engine
This is Rietveld 408576698