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

Unified Diff: chrome/test/remoting/it2me_browsertest.cc

Issue 2248873002: Convert WindowOpenDisposition to an enum class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 4 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/ppapi/ppapi_browsertest.cc ('k') | chrome/test/remoting/remote_desktop_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/remoting/it2me_browsertest.cc
diff --git a/chrome/test/remoting/it2me_browsertest.cc b/chrome/test/remoting/it2me_browsertest.cc
index 0c35eae0cb674063df043d14657018e8c4fde9da..6a9123a4a074cff4676fafc89cc9877d01eefdfc 100644
--- a/chrome/test/remoting/it2me_browsertest.cc
+++ b/chrome/test/remoting/it2me_browsertest.cc
@@ -26,7 +26,7 @@ std::string It2MeBrowserTest::GetAccessCode(content::WebContents* contents) {
content::WebContents* It2MeBrowserTest::SetUpHelperInstance() {
content::WebContents* helper_content =
- LaunchChromotingApp(false, NEW_FOREGROUND_TAB);
+ LaunchChromotingApp(false, WindowOpenDisposition::NEW_FOREGROUND_TAB);
LoadBrowserTestJavaScript(helper_content);
LoadScript(helper_content, FILE_PATH_LITERAL("it2me_browser_test.js"));
return helper_content;
« no previous file with comments | « chrome/test/ppapi/ppapi_browsertest.cc ('k') | chrome/test/remoting/remote_desktop_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698