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

Unified Diff: chrome/browser/ui/ash/ash_keyboard_controller_proxy.cc

Issue 1201063002: Set up the infrastructure for Extension event metrics. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebaaaaase Created 5 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
« no previous file with comments | « chrome/browser/ui/app_list/search/people/people_result.cc ('k') | extensions/browser/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/ash/ash_keyboard_controller_proxy.cc
diff --git a/chrome/browser/ui/ash/ash_keyboard_controller_proxy.cc b/chrome/browser/ui/ash/ash_keyboard_controller_proxy.cc
index e0c9c5cf16c1e136aa93dc847da3e3369d46be77..eae1b08eb69dd9185e792eaa79fada25a4f46299 100644
--- a/chrome/browser/ui/ash/ash_keyboard_controller_proxy.cc
+++ b/chrome/browser/ui/ash/ash_keyboard_controller_proxy.cc
@@ -94,6 +94,7 @@ class AshKeyboardControllerObserver
event_args->Append(new_bounds.release());
scoped_ptr<extensions::Event> event(new extensions::Event(
+ extensions::events::UNKNOWN,
virtual_keyboard_private::OnBoundsChanged::kEventName,
event_args.Pass()));
event->restrict_to_browser_context = context_;
@@ -201,6 +202,7 @@ void AshKeyboardControllerProxy::SetUpdateInputType(ui::TextInputType type) {
event_args->Append(input_context.release());
scoped_ptr<extensions::Event> event(new extensions::Event(
+ extensions::events::UNKNOWN,
virtual_keyboard_private::OnTextInputBoxFocused::kEventName,
event_args.Pass()));
event->restrict_to_browser_context = browser_context();
« no previous file with comments | « chrome/browser/ui/app_list/search/people/people_result.cc ('k') | extensions/browser/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698