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

Unified Diff: extensions/browser/extension_event_histogram_value.h

Issue 2122873002: Add virtualKeyboardPrivate.onKeyboardClosed API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test error. Created 4 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
« no previous file with comments | « components/arc/ime/arc_ime_service.cc ('k') | extensions/common/api/virtual_keyboard_private.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/extension_event_histogram_value.h
diff --git a/extensions/browser/extension_event_histogram_value.h b/extensions/browser/extension_event_histogram_value.h
index f2b1b94f785d7ba553bbfa19f3df31cfc9c693db..ab25ca0eb9962ff75e5e6424cf5dda42bd18d1c1 100644
--- a/extensions/browser/extension_event_histogram_value.h
+++ b/extensions/browser/extension_event_histogram_value.h
@@ -422,6 +422,7 @@ enum HistogramValue {
ACCESSIBILITY_PRIVATE_ON_ACCESSIBILITY_GESTURE,
QUICK_UNLOCK_PRIVATE_ON_ACTIVE_MODES_CHANGED,
CLIPBOARD_ON_CLIPBOARD_DATA_CHANGED,
+ VIRTUAL_KEYBOARD_PRIVATE_ON_KEYBOARD_CLOSED,
// Last entry: Add new entries above, then run:
// python tools/metrics/histograms/update_extension_histograms.py
ENUM_BOUNDARY
« no previous file with comments | « components/arc/ime/arc_ime_service.cc ('k') | extensions/common/api/virtual_keyboard_private.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698