| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 9eda7bbd97dfec6ec8435dc4908ceed2f4400dc2..b7e78f0c48328ae6f5346fca4a90f87b8ba453d1 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -505,6 +505,9 @@ const char kEnableAutologin[] = "enable-autologin";
|
| // Enables the benchmarking extensions.
|
| const char kEnableBenchmarking[] = "enable-benchmarking";
|
|
|
| +// Enables a sync promo that is displayed in the bookmark bubble.
|
| +const char kEnableBookmarkSyncPromo[] = "enable-bookmark-sync-promo";
|
| +
|
| // This applies only when the process type is "service". Enables the Cloud
|
| // Print Proxy component within the service process.
|
| const char kEnableCloudPrintProxy[] = "enable-cloud-print-proxy";
|
|
|