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

Unified Diff: chrome/browser/ui/app_list/search/people/people_result.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
Index: chrome/browser/ui/app_list/search/people/people_result.cc
diff --git a/chrome/browser/ui/app_list/search/people/people_result.cc b/chrome/browser/ui/app_list/search/people/people_result.cc
index 667abfb70f39d5764af1c21d1e921b9af5ad835f..ebe0ac1aec711fe407f0e36132b1b9bc8f22da28 100644
--- a/chrome/browser/ui/app_list/search/people/people_result.cc
+++ b/chrome/browser/ui/app_list/search/people/people_result.cc
@@ -167,9 +167,9 @@ void PeopleResult::OpenChat() {
target->id = person_->owner_id;
request.to.push_back(target);
- scoped_ptr<extensions::Event> event(
- new extensions::Event(OnHangoutRequested::kEventName,
- OnHangoutRequested::Create(request)));
+ scoped_ptr<extensions::Event> event(new extensions::Event(
+ extensions::events::UNKNOWN, OnHangoutRequested::kEventName,
+ OnHangoutRequested::Create(request)));
// TODO(rkc): Change this once we remove the hangoutsPrivate API.
// See crbug.com/306672
« no previous file with comments | « chrome/browser/ui/app_list/launcher_page_event_dispatcher.cc ('k') | chrome/browser/ui/ash/ash_keyboard_controller_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698