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

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: 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
« no previous file with comments | « no previous file | chrome/browser/browser_process_impl.h » ('j') | chrome/browser/browser_process_impl_win.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
#endif
private:
« no previous file with comments | « no previous file | chrome/browser/browser_process_impl.h » ('j') | chrome/browser/browser_process_impl_win.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698