| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index ba69a38ade387694e7fd38893d9a3de0cb2e3d54..a2928470875d233d2a9ab5ada037ed3dcd5e6d5a 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -555,6 +555,9 @@ const char kEnableRestoreSessionState[] = "enable-restore-session-state";
|
| // supported server-side for searches on google.com.
|
| const char kEnableSdch[] = "enable-sdch";
|
|
|
| +// Enables experimental suggestions pane in New Tab page.
|
| +const char kEnableSuggestionsTabPage[] = "enable-suggestions-ntp";
|
| +
|
| // Enables syncing extension settings.
|
| const char kEnableSyncExtensionSettings[] = "enable-sync-extension-settings";
|
|
|
|
|