| Index: chrome/common/chrome_switches.cc
|
| ===================================================================
|
| --- chrome/common/chrome_switches.cc (revision 208727)
|
| +++ chrome/common/chrome_switches.cc (working copy)
|
| @@ -1347,6 +1347,9 @@
|
| const char kSyncShortInitialRetryOverride[] =
|
| "sync-short-initial-retry-override";
|
|
|
| +// Overrides the default notification method for sync.
|
| +const char kSyncNotificationMethod[] = "sync-notification-method";
|
| +
|
| // Overrides the default host:port used for sync notifications.
|
| const char kSyncNotificationHostPort[] = "sync-notification-host-port";
|
|
|
|
|