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

Unified Diff: chrome/browser/extensions/event_names.cc

Issue 10836341: Add the basic code skeleton for system info event router (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Polish testing code Created 8 years, 3 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 | « chrome/browser/extensions/event_names.h ('k') | chrome/browser/extensions/event_router.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/event_names.cc
diff --git a/chrome/browser/extensions/event_names.cc b/chrome/browser/extensions/event_names.cc
index 93d4b84c0218567cea895fff5339ad4915501a83..2b23876004a3f87df8aa9218a5d31527eeb53353 100644
--- a/chrome/browser/extensions/event_names.cc
+++ b/chrome/browser/extensions/event_names.cc
@@ -70,6 +70,11 @@ const char kBluetoothOnPowerChanged[] =
const char kOnPushMessage[] = "experimental.pushMessaging.onMessage";
+const char kOnStorageAvailableCapacityChanged[] =
+ "experimental.systemInfo.storage.onAvailableCapacityChanged";
+const char kOnStorageAdded[] = "experimental.systemInfo.storage.onAdded";
+const char kOnStorageRemoved[] = "experimental.systemInfo.storage.onRemoved";
+
} // namespace event_names
} // namespace extensions
« no previous file with comments | « chrome/browser/extensions/event_names.h ('k') | chrome/browser/extensions/event_router.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698