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

Unified Diff: chrome/common/chrome_notification_types.h

Issue 8467012: Refactor proxy handling for ChromeOS to not go through the CrosSettings interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Centralized the proxy change notification. Created 9 years, 1 month 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/common/chrome_notification_types.h
diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h
index 207ae7b0a2d93953f46c5efc3736445e0edd6153..22ad1f906d0b8f919478546ed3a2d38d1529b9c6 100644
--- a/chrome/common/chrome_notification_types.h
+++ b/chrome/common/chrome_notification_types.h
@@ -825,6 +825,11 @@ enum NotificationType {
// the changed setting.
NOTIFICATION_SYSTEM_SETTING_CHANGED,
+ // This notification is sent when the current network has been changed from
+ // the UI and is used to update any proxy configuration windows that might be
+ // opened at that time.
+ NOTIFICATION_CURRENT_NETWORK_CHANGED,
kuan 2011/11/08 14:45:25 based on ur notification name and comments, i thin
pastarmovj 2011/11/09 17:51:53 No such notification anymore. But thanks for the c
+
// Sent by SIM unlock dialog when it has finished with the process of
// updating RequirePin setting. RequirePin setting might have been changed
// to a new value or update might have been canceled.

Powered by Google App Engine
This is Rietveld 408576698