| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 9443ec0d1d39a115b34bb751c868723ff3af010d..4f0fba6970451f8e0994beb591cd692410e5ab8f 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1152,6 +1152,9 @@ const char kProgressBarAnimation[] = "progress-bar-animation";
|
| // Enabled tab switcher in document mode.
|
| const char kEnableTabSwitcherInDocumentMode[] =
|
| "enable-tab-switcher-in-document-mode";
|
| +
|
| +// Switch to an existing tab for a suggestion opened from the New Tab Page.
|
| +const char kNtpSwitchToExistingTab[] = "ntp-switch-to-existing-tab";
|
| #endif // defined(OS_ANDROID)
|
|
|
| #if defined(USE_ASH)
|
|
|