| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 36a2ece17ff878eb2d094ef8bccb4f60d9d9024b..f23624b27b73b9146aedf7048a28009025da2eb0 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -511,6 +511,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";
|
|
|