| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index cfc0c245e93324333f63c23ec374b070155fd63e..b5b1a4467f4610c6e393a7433bc960bbe7f5fbbb 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -516,6 +516,9 @@ const char kEnableBenchmarking[] = "enable-benchmarking";
|
| // Enables (experimental) more strict popup blocking.
|
| const char kEnableBetterPopupBlocking[] = "enable-better-popup-blocking";
|
|
|
| +// 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";
|
|
|