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

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

Issue 12220113: Next phase for chrome.networkingPrivate interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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.cc
diff --git a/chrome/browser/extensions/event_names.cc b/chrome/browser/extensions/event_names.cc
index f18c20a2e52ddf35729a632e3095adb4cef2aeea..1fdd8eba02fedce739c20c210ab77427be859cd3 100644
--- a/chrome/browser/extensions/event_names.cc
+++ b/chrome/browser/extensions/event_names.cc
@@ -94,8 +94,10 @@ const char kOnNotificationClicked[] = "experimental.notification.onClicked";
const char kOnNotificationButtonClicked[] =
"experimental.notification.onButtonClicked";
-const char kOnNetworkChanged[] =
- "networkingPrivate.onNetworkChanged";
+const char kOnNetworksChanged[] =
+ "networkingPrivate.onNetworksChanged";
+const char kOnNetworkListChanged[] =
+ "networkingPrivate.onNetworkListChanged";
} // namespace event_names

Powered by Google App Engine
This is Rietveld 408576698