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

Unified Diff: chrome/test/base/testing_browser_process.h

Issue 14576015: In WinAura, also kill the Metro viewer process in AttemptExit(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removed NOTREACHED() as discussed Created 7 years, 7 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/base/testing_browser_process.h
diff --git a/chrome/test/base/testing_browser_process.h b/chrome/test/base/testing_browser_process.h
index f5e589e65b6e9245184db87c2c004a1aeb66c046..295f612efc3a4e2bd2a29b1261b1f707505f76ea 100644
--- a/chrome/test/base/testing_browser_process.h
+++ b/chrome/test/base/testing_browser_process.h
@@ -113,6 +113,7 @@ class TestingBrowserProcess : public BrowserProcess {
#if defined(OS_WIN) && defined(USE_AURA)
virtual void OnMetroViewerProcessTerminated() OVERRIDE {}
+ virtual void TerminateMetroViewerProcess() OVERRIDE {}
#endif
// Set the local state for tests. Consumer is responsible for cleaning it up

Powered by Google App Engine
This is Rietveld 408576698