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

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

Issue 10905171: Add systemInfo.cpu.onUpdated event implementation. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: 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
Index: chrome/browser/extensions/event_names.h
diff --git a/chrome/browser/extensions/event_names.h b/chrome/browser/extensions/event_names.h
index a196de81e2f2faf791ef300892eae2a0a9acf09e..c661d485a6b8d082be706706ed8c8bea762a48c0 100644
--- a/chrome/browser/extensions/event_names.h
+++ b/chrome/browser/extensions/event_names.h
@@ -77,7 +77,8 @@ extern const char kBluetoothOnPowerChanged[];
// Push messaging.
extern const char kOnPushMessage[];
-// SystemInfo storage
+// systemInfo event names.
+extern const char kOnCpuUpdated[];
extern const char kOnStorageAvailableCapacityChanged[];
extern const char kOnStorageAdded[];
extern const char kOnStorageRemoved[];

Powered by Google App Engine
This is Rietveld 408576698