Index: chrome/browser/chrome_browser_main.cc |
=================================================================== |
--- chrome/browser/chrome_browser_main.cc (revision 152789) |
+++ chrome/browser/chrome_browser_main.cc (working copy) |
@@ -928,10 +928,7 @@ |
void ChromeBrowserMainParts::RunPageCycler() { |
CommandLine* command_line = CommandLine::ForCurrentProcess(); |
- // We assume a native desktop for tests, but we will need to find a way to |
- // get the proper host desktop type once we start running these tests in ASH. |
- Browser* browser = browser::FindBrowserWithProfile( |
- profile_, chrome::HOST_DESKTOP_TYPE_NATIVE); |
+ Browser* browser = browser::FindBrowserWithProfile(profile_); |
DCHECK(browser); |
PageCycler* page_cycler = NULL; |
FilePath input_file = |