diff options
author | lazyboy@chromium.org <lazyboy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-07 13:31:04 +0000 |
---|---|---|
committer | lazyboy@chromium.org <lazyboy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-07 13:31:04 +0000 |
commit | 8ca9d5c272477cb61375fe379a4937245227b7df (patch) | |
tree | 9a90a9d854e2f0655541e4fae8006705a093dfa7 /extensions | |
parent | 2e5e0b1b4fe9ecbc812ae56813376e600f35cb2b (diff) | |
download | chromium_src-8ca9d5c272477cb61375fe379a4937245227b7df.zip chromium_src-8ca9d5c272477cb61375fe379a4937245227b7df.tar.gz chromium_src-8ca9d5c272477cb61375fe379a4937245227b7df.tar.bz2 |
Part 2/3 of http://crrev.com/225043005: Add API endpoints for webview.showContextMenu.
This method is intended to be called from shim (web_view_experimental.js) to show a custom/modified context menu for a <webview>.
This CL only exposes the entry points and doesn't actually modify the context menu, subsequent CL will do that.
BUG=140315
Test=No visible changes.
Review URL: https://codereview.chromium.org/252563002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268725 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/browser/extension_function_histogram_value.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/browser/extension_function_histogram_value.h b/extensions/browser/extension_function_histogram_value.h index 8cac2aa..ad72c6b 100644 --- a/extensions/browser/extension_function_histogram_value.h +++ b/extensions/browser/extension_function_histogram_value.h @@ -812,6 +812,7 @@ enum HistogramValue { FILESYSTEMPROVIDERINTERNAL_GETMETADATAREQUESTEDERROR, BROWSER_OPENTAB, MANAGEMENT_CREATEAPPSHORTCUT, + WEBVIEW_SHOWCONTEXTMENU, // Last entry: Add new entries above and ensure to update // tools/metrics/histograms/histograms/histograms.xml. ENUM_BOUNDARY |