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

Unified Diff: chrome/browser/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/browser/browser_process.h
diff --git a/chrome/browser/browser_process.h b/chrome/browser/browser_process.h
index 0b4c6746d1fadd6a8b75964c9aedb406b2e399b2..609196b26fe5c78fc3124f965bddbb08dda54f29 100644
--- a/chrome/browser/browser_process.h
+++ b/chrome/browser/browser_process.h
@@ -225,6 +225,9 @@ class BrowserProcess {
#if defined(OS_WIN) && defined(USE_AURA)
// Invoked when the ASH metro viewer process on Windows 8 exits.
virtual void OnMetroViewerProcessTerminated() = 0;
+
+ // Terminates the metro viewer process if there is one.
+ virtual void TerminateMetroViewerProcess() = 0;
sky 2013/05/14 17:17:51 Move these two into a win-aura specific BrowserPro
gab 2013/05/14 17:45:25 These methods need to have access to metro_viewer_
sky 2013/05/14 20:47:45 Can metro_viewer_process_host_ be moved too? Ideal
gab 2013/05/15 17:13:23 Of course, not sure why I thought that wouldn't wo
#endif
private:
« no previous file with comments | « no previous file | chrome/browser/browser_process_impl.h » ('j') | chrome/browser/metro_viewer/metro_viewer_process_host_win.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698