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

Unified Diff: extensions/browser/extension_function_histogram_value.h

Issue 427883002: <webview>: Move autosize from content to chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_frame_url
Patch Set: Addressed ericzeng's comments. AutoSize disabled by default though. Created 6 years, 5 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: extensions/browser/extension_function_histogram_value.h
diff --git a/extensions/browser/extension_function_histogram_value.h b/extensions/browser/extension_function_histogram_value.h
index 175037d1a77957ae63c079ec2657e7e7b525f06a..ee1d27db2aa6c631579077e06e6f7e26d849a1e0 100644
--- a/extensions/browser/extension_function_histogram_value.h
+++ b/extensions/browser/extension_function_histogram_value.h
@@ -913,6 +913,7 @@ enum HistogramValue {
EASYUNLOCKPRIVATE_SEEKBLUETOOTHDEVICEBYADDRESS,
EASYUNLOCKPRIVATE_GETSTRINGS,
GCDPRIVATE_GETPREFETCHEDWIFINAMELIST,
+ GUESTVIEWINTERNAL_SETAUTOSIZE,
// Last entry: Add new entries above and ensure to update
// tools/metrics/histograms/histograms/histograms.xml.
ENUM_BOUNDARY

Powered by Google App Engine
This is Rietveld 408576698