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

Unified Diff: chrome/browser/chromeos/file_system_provider/operations/operation.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/chromeos/file_system_provider/operations/operation.cc
diff --git a/chrome/browser/chromeos/file_system_provider/operations/operation.cc b/chrome/browser/chromeos/file_system_provider/operations/operation.cc
index dd35b465d29cff600de17db37dae4e54304b41ed..c4d3b113b63f2dc239fb193f704ea10057ca3980 100644
--- a/chrome/browser/chromeos/file_system_provider/operations/operation.cc
+++ b/chrome/browser/chromeos/file_system_provider/operations/operation.cc
@@ -45,8 +45,8 @@ void Operation::SetDispatchEventImplForTesting(
bool Operation::SendEvent(int request_id,
const std::string& event_name,
scoped_ptr<base::ListValue> event_args) {
- return dispatch_event_impl_.Run(
- make_scoped_ptr(new extensions::Event(event_name, event_args.Pass())));
+ return dispatch_event_impl_.Run(make_scoped_ptr(new extensions::Event(
+ extensions::events::UNKNOWN, event_name, event_args.Pass())));
}
} // namespace operations
« no previous file with comments | « chrome/browser/chromeos/file_manager/file_browser_handlers.cc ('k') | chrome/browser/chromeos/file_system_provider/service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698