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

Unified Diff: chrome/browser/extensions/api/file_system/file_system_api.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/extensions/api/file_system/file_system_api.cc
diff --git a/chrome/browser/extensions/api/file_system/file_system_api.cc b/chrome/browser/extensions/api/file_system/file_system_api.cc
index 99dd6401534a8e47b24627ffd6d132df6547f04b..68f8cab68c05e6b245bec4ac61de829703c5fd54 100644
--- a/chrome/browser/extensions/api/file_system/file_system_api.cc
+++ b/chrome/browser/extensions/api/file_system/file_system_api.cc
@@ -330,6 +330,7 @@ void DispatchVolumeListChangeEvent(Profile* profile) {
event_router->DispatchEventToExtension(
extension->id(),
make_scoped_ptr(new Event(
+ events::UNKNOWN,
extensions::api::file_system::OnVolumeListChanged::kEventName,
extensions::api::file_system::OnVolumeListChanged::Create(
event_args))));

Powered by Google App Engine
This is Rietveld 408576698