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

Unified Diff: chrome/browser/chromeos/file_system_provider/service.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/service.cc
diff --git a/chrome/browser/chromeos/file_system_provider/service.cc b/chrome/browser/chromeos/file_system_provider/service.cc
index faa6ce5c885e84dfd936f31b30180fbcfade88a8..41083d7ae6aa344c039b11a14c8529c1c643d714 100644
--- a/chrome/browser/chromeos/file_system_provider/service.cc
+++ b/chrome/browser/chromeos/file_system_provider/service.cc
@@ -279,6 +279,7 @@ bool Service::RequestMount(const std::string& extension_id) {
event_router->DispatchEventToExtension(
extension_id,
make_scoped_ptr(new extensions::Event(
+ extensions::events::UNKNOWN,
extensions::api::file_system_provider::OnMountRequested::kEventName,
scoped_ptr<base::ListValue>(new base::ListValue()))));

Powered by Google App Engine
This is Rietveld 408576698