| Index: chrome/browser/ui/startup/startup_browser_creator.h
|
| diff --git a/chrome/browser/ui/startup/startup_browser_creator.h b/chrome/browser/ui/startup/startup_browser_creator.h
|
| index 6ee8067036e4ea8570401a723f54bb47dc05ed8b..663285adbf9620f3441268097b25ec516162b1bd 100644
|
| --- a/chrome/browser/ui/startup/startup_browser_creator.h
|
| +++ b/chrome/browser/ui/startup/startup_browser_creator.h
|
| @@ -132,6 +132,8 @@ class StartupBrowserCreator {
|
| ReadingWasRestartedAfterRestart);
|
| FRIEND_TEST_ALL_PREFIXES(StartupBrowserCreatorTest, UpdateWithTwoProfiles);
|
| FRIEND_TEST_ALL_PREFIXES(StartupBrowserCreatorTest, LastUsedProfileActivated);
|
| + FRIEND_TEST_ALL_PREFIXES(StartupBrowserCreatorWinTest,
|
| + GetURLsFromCommandLineWithDesktopSearchURL);
|
|
|
| // Returns the list of URLs to open from the command line. The returned
|
| // vector is empty if the user didn't specify any URLs on the command line.
|
|
|