summaryrefslogtreecommitdiffstats
path: root/extensions/browser/extension_function_histogram_value.h
diff options
context:
space:
mode:
authorapacible <apacible@chromium.org>2015-01-29 12:49:00 -0800
committerCommit bot <commit-bot@chromium.org>2015-01-29 20:50:11 +0000
commit9c30a7e9695ba76c18052d3020f713b6e310d615 (patch)
tree7df7ac6559a5ffb048d5791ebf257aa31606da21 /extensions/browser/extension_function_histogram_value.h
parent1f289ac93a7e90ca9445f97ea58f5e3961bd9539 (diff)
downloadchromium_src-9c30a7e9695ba76c18052d3020f713b6e310d615.zip
chromium_src-9c30a7e9695ba76c18052d3020f713b6e310d615.tar.gz
chromium_src-9c30a7e9695ba76c18052d3020f713b6e310d615.tar.bz2
This adds the ExtensionView to the family of GuestViews.
This... - Wires up ExtensionView. Can apply src for navigation via inline and js call. - Adds permission for manifests. - Add browser tests for navigation and adding ExtensionViews to DOM. Some code is duplicated from existing GuestViews (e.g. *ViewAttribute and some GuestViewBase implementations). Based on how GuestView code will be refactored, some of this can be consolidated. This... - Does not run in a detached state. (Refers to CR 845363004) - Will have more functionality and restrictions implemented in the future. Review URL: https://codereview.chromium.org/873933002 Cr-Commit-Position: refs/heads/master@{#313781}
Diffstat (limited to 'extensions/browser/extension_function_histogram_value.h')
-rw-r--r--extensions/browser/extension_function_histogram_value.h1
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 d53ac11..e94c934 100644
--- a/extensions/browser/extension_function_histogram_value.h
+++ b/extensions/browser/extension_function_histogram_value.h
@@ -1012,6 +1012,7 @@ enum HistogramValue {
FILESYSTEMPROVIDER_GET,
FILEMANAGERPRIVATE_SEARCHFILESBYHASHES,
EASYUNLOCKPRIVATE_SHOWERRORBUBBLE,
+ EXTENSIONVIEWINTERNAL_NAVIGATE,
// Last entry: Add new entries above and ensure to update
// tools/metrics/histograms/histograms.xml.
ENUM_BOUNDARY