Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1493)

Unified Diff: chrome/test/base/in_process_browser_test_mac.cc

Issue 1661713002: Remove the rest of HostDesktopType from c/b/ui/browser_finder.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@metro-mode-11
Patch Set: linux adl Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/base/in_process_browser_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/in_process_browser_test_mac.cc
diff --git a/chrome/test/base/in_process_browser_test_mac.cc b/chrome/test/base/in_process_browser_test_mac.cc
index aae36b00cfd93746ce4e34bc075184254332c905..d362d30f70b460fcd1accbed62fc9e887b618772 100644
--- a/chrome/test/base/in_process_browser_test_mac.cc
+++ b/chrome/test/base/in_process_browser_test_mac.cc
@@ -32,8 +32,8 @@ Browser* InProcessBrowserTest::OpenURLOffTheRecord(Profile* profile,
chrome::HostDesktopType active_desktop = chrome::GetActiveDesktop();
chrome::OpenURLOffTheRecord(profile, url, active_desktop);
- Browser* browser = chrome::FindTabbedBrowser(
- profile->GetOffTheRecordProfile(), false, active_desktop);
+ Browser* browser =
+ chrome::FindTabbedBrowser(profile->GetOffTheRecordProfile(), false);
content::TestNavigationObserver observer(
browser->tab_strip_model()->GetActiveWebContents());
observer.Wait();
« no previous file with comments | « chrome/test/base/in_process_browser_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698