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

Unified Diff: chrome/browser/extensions/extension_function_histogram_value.h

Issue 20526005: Implement virtual keyboard hiding. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebase and NOTREACHED Created 7 years, 3 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: chrome/browser/extensions/extension_function_histogram_value.h
diff --git a/chrome/browser/extensions/extension_function_histogram_value.h b/chrome/browser/extensions/extension_function_histogram_value.h
index a3c0e69ff1758112750a993452245ae83fc1035a..f1d838471bff8a9b6efc46fc90a6a7b595886df2 100644
--- a/chrome/browser/extensions/extension_function_histogram_value.h
+++ b/chrome/browser/extensions/extension_function_histogram_value.h
@@ -631,6 +631,7 @@ enum HistogramValue {
ACTIVITYLOGPRIVATE_DELETEURLS,
FILEBROWSERPRIVATE_REQUESTWEBSTOREACCESSTOKEN,
RECOVERYPRIVATE_LISTREMOVABLESTORAGEDEVICES,
+ VIRTUALKEYBOARDPRIVATE_HIDEKEYBOARD,
kevers 2013/09/12 18:55:35 This enum should probably be in /tools/metrics/his
SteveT 2013/09/13 01:45:29 Thanks for the reminder. Done.
ENUM_BOUNDARY // Last entry: Add new entries above.
};

Powered by Google App Engine
This is Rietveld 408576698