| Index: trunk/src/chrome/common/chrome_switches.cc
|
| ===================================================================
|
| --- trunk/src/chrome/common/chrome_switches.cc (revision 208346)
|
| +++ trunk/src/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";
|
|
|
|
|