summaryrefslogtreecommitdiffstats
path: root/content/common/browser_plugin/browser_plugin_constants.h
diff options
context:
space:
mode:
authorfsamuel@chromium.org <fsamuel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-27 22:56:16 +0000
committerfsamuel@chromium.org <fsamuel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-27 22:56:16 +0000
commitdb9f21422973e9f32e317a4071a18f679b3fbd64 (patch)
treed872bd9843f997f1652d498c560098fcb4951a48 /content/common/browser_plugin/browser_plugin_constants.h
parentd962d3bb345af9c74631de0a2dfba97a564d512a (diff)
downloadchromium_src-db9f21422973e9f32e317a4071a18f679b3fbd64.zip
chromium_src-db9f21422973e9f32e317a4071a18f679b3fbd64.tar.gz
chromium_src-db9f21422973e9f32e317a4071a18f679b3fbd64.tar.bz2
<webview>: Implement WebRequest API
This patch exposes the WebRequest in <webview> See http://developer.chrome.com/extensions/webRequest.html BUG=171421 TEST=WebViewTest.Shim Review URL: https://chromiumcodereview.appspot.com/12189018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202469 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common/browser_plugin/browser_plugin_constants.h')
-rw-r--r--content/common/browser_plugin/browser_plugin_constants.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/common/browser_plugin/browser_plugin_constants.h b/content/common/browser_plugin/browser_plugin_constants.h
index 85e083b..fb063bc 100644
--- a/content/common/browser_plugin/browser_plugin_constants.h
+++ b/content/common/browser_plugin/browser_plugin_constants.h
@@ -14,6 +14,7 @@ extern const char kMethodBack[];
extern const char kMethodCanGoBack[];
extern const char kMethodCanGoForward[];
extern const char kMethodForward[];
+extern const char kMethodGetInstanceId[];
extern const char kMethodGetProcessId[];
extern const char kMethodGetRouteId[];
extern const char kMethodGo[];