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

Unified Diff: extensions/browser/event_listener_map_unittest.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 | « extensions/browser/api/web_request/web_request_api.cc ('k') | extensions/browser/event_router.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/event_listener_map_unittest.cc
diff --git a/extensions/browser/event_listener_map_unittest.cc b/extensions/browser/event_listener_map_unittest.cc
index 9769d08ecd9a33d257960be6586263e45964ed17..6fae050de0f423694b4528fcf946aa3448d9c496 100644
--- a/extensions/browser/event_listener_map_unittest.cc
+++ b/extensions/browser/event_listener_map_unittest.cc
@@ -65,9 +65,9 @@ class EventListenerMapTest : public testing::Test {
const GURL& url) {
EventFilteringInfo info;
info.SetURL(url);
- scoped_ptr<Event> result(new Event(event_name,
- make_scoped_ptr(new ListValue()), NULL, GURL(),
- EventRouter::USER_GESTURE_UNKNOWN, info));
+ scoped_ptr<Event> result(
+ new Event(events::UNKNOWN, event_name, make_scoped_ptr(new ListValue()),
+ NULL, GURL(), EventRouter::USER_GESTURE_UNKNOWN, info));
return result.Pass();
}
« no previous file with comments | « extensions/browser/api/web_request/web_request_api.cc ('k') | extensions/browser/event_router.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698