diff options
author | fsamuel@chromium.org <fsamuel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-22 18:17:46 +0000 |
---|---|---|
committer | fsamuel@chromium.org <fsamuel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-22 18:17:46 +0000 |
commit | 504073e1d18c781c36bfcb8268bc3925fc53b488 (patch) | |
tree | 7d56c1154be215329b635ad48a5755aa79078b84 /extensions/browser | |
parent | 669bb38acafd7d962dec8ed2ede725b1bf823e84 (diff) | |
download | chromium_src-504073e1d18c781c36bfcb8268bc3925fc53b488.zip chromium_src-504073e1d18c781c36bfcb8268bc3925fc53b488.tar.gz chromium_src-504073e1d18c781c36bfcb8268bc3925fc53b488.tar.bz2 |
<webview>: Move name attribute to chrome
This CL introduces a new way to monitor changes to frame names from the content embedder, and setting the main frame name from the content embedder.
The name attribute is now managed by web_view.js, and not BrowserPlugin.
BUG=364141, 330264
TBR=kenrb@chromium.org (removing IPC messages).
Review URL: https://codereview.chromium.org/291483010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272241 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'extensions/browser')
-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 d9e091f..58fee8b 100644 --- a/extensions/browser/extension_function_histogram_value.h +++ b/extensions/browser/extension_function_histogram_value.h @@ -833,6 +833,7 @@ enum HistogramValue { FILESYSTEMPROVIDERINTERNAL_READFILEREQUESTEDSUCCESS, FILESYSTEMPROVIDERINTERNAL_READFILEREQUESTEDERROR, NETWORKINGPRIVATE_GETNETWORKS, + WEBVIEW_SETNAME, // Last entry: Add new entries above and ensure to update // tools/metrics/histograms/histograms/histograms.xml. ENUM_BOUNDARY |