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

Unified Diff: chrome/browser/extensions/api/web_request/web_request_api_constants.h

Issue 10694055: Add read-only access to POST data for webRequest's onBeforeRequest (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: No change in code, but with a patch generated without copy detection Created 8 years, 3 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/web_request/web_request_api_constants.h
diff --git a/chrome/browser/extensions/api/web_request/web_request_api_constants.h b/chrome/browser/extensions/api/web_request/web_request_api_constants.h
index 65fed264165926e801ed2a5037f7646b13841f8d..0953013b554ce0e8e1661b1668d977d7b71b8719 100644
--- a/chrome/browser/extensions/api/web_request/web_request_api_constants.h
+++ b/chrome/browser/extensions/api/web_request/web_request_api_constants.h
@@ -27,6 +27,14 @@ extern const char kTabIdKey[];
extern const char kTimeStampKey[];
extern const char kTypeKey[];
extern const char kUrlKey[];
+extern const char kRequestBodyKey[];
+extern const char kRequestBodyErrorKey[];
+extern const char kRequestBodyFormDataKey[];
+extern const char kRequestBodyRawKey[];
+extern const char kRequestBodyRawBytesKey[];
+extern const char kRequestBodyRawFileKey[];
+extern const char kPostDataKey[];
+extern const char kPostDataFormKey[];
extern const char kRequestHeadersKey[];
extern const char kResponseHeadersKey[];
extern const char kHeadersKey[];

Powered by Google App Engine
This is Rietveld 408576698