| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index e889dd7be9b5d780e22ce02244d505ff5f729659..1c7141ae3b8c3aa4580eaf42290cee8d40d9a44d 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -970,6 +970,9 @@ const char kSyncNotificationHost[] = "sync-notification-host";
|
| // Override the default server used for profile sync.
|
| const char kSyncServiceURL[] = "sync-url";
|
|
|
| +// Show the sync promo on the new tab page.
|
| +const char kSyncShowPromo[] = "sync-show-promo";
|
| +
|
| // Try to connect to XMPP using SSLTCP first (for testing).
|
| const char kSyncTrySsltcpFirstForXmpp[] = "sync-try-ssltcp-first-for-xmpp";
|
|
|
|
|