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

Unified Diff: chrome/test/automation/proxy_launcher.cc

Issue 137993009: Remove more non-aura windows code. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 6 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
Index: chrome/test/automation/proxy_launcher.cc
===================================================================
--- chrome/test/automation/proxy_launcher.cc (revision 244775)
+++ chrome/test/automation/proxy_launcher.cc (working copy)
@@ -324,12 +324,6 @@
base::TimeTicks quit_start = base::TimeTicks::Now();
-#if defined(OS_WIN) && !defined(USE_AURA)
- scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0));
- ASSERT_TRUE(browser.get());
- ASSERT_TRUE(browser->TerminateSession());
-#endif // defined(OS_WIN)
-
ChromeProcessList processes = GetRunningChromeProcesses(process_id_);
// Now, drop the automation IPC channel so that the automation provider in

Powered by Google App Engine
This is Rietveld 408576698