diff options
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r-- | chrome/common/chrome_switches.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index 39bb988..c142622 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -199,7 +199,9 @@ const wchar_t kOmniBoxPopupCount[] = L"omnibox-popup-count"; const wchar_t kAutomationClientChannelID[] = L"automation-channel"; // Indicates the last session should be restored on startup. This overrides -// the preferences value and is primarily intended for testing. +// the preferences value and is primarily intended for testing. The value of +// this switch is the number of tabs to wait until loaded before +// 'load completed' is sent to the ui_test. const wchar_t kRestoreLastSession[] = L"restore-last-session"; // Chrome supports a playback and record mode. Record mode saves *everything* |