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

Unified Diff: extensions/browser/extension_function_histogram_value.h

Issue 301733006: Zoom Extension API (chrome) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments. Created 6 years, 6 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 e175cb41652204c9a1f4719544b97dddc143a580..b07c7660f46f018a479a92d756e9b66b4d4f9bac 100644
--- a/extensions/browser/extension_function_histogram_value.h
+++ b/extensions/browser/extension_function_histogram_value.h
@@ -858,6 +858,10 @@ enum HistogramValue {
FILESYSTEMPROVIDERINTERNAL_OPERATIONREQUESTEDERROR,
FILESYSTEMPROVIDERINTERNAL_OPERATIONREQUESTEDSUCCESS,
GUESTVIEWINTERNAL_CREATEGUEST,
+ TABS_SETZOOM,
+ TABS_GETZOOM,
+ TABS_SETZOOMSETTINGS,
+ TABS_GETZOOMSETTINGS,
// 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