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

Unified Diff: chrome/browser/browser_process_platform_part_winaura.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: rebase on top of https://codereview.chromium.org/14576015/ 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_platform_part_winaura.h
diff --git a/chrome/browser/browser_process_platform_part_winaura.h b/chrome/browser/browser_process_platform_part_winaura.h
index db3d5dcdca53613d0f7dc3df8ce9cf157e68ed1c..04b47b60bff0169ebcbdb194a0d110cae3bef28e 100644
--- a/chrome/browser/browser_process_platform_part_winaura.h
+++ b/chrome/browser/browser_process_platform_part_winaura.h
@@ -24,8 +24,12 @@ class BrowserProcessPlatformPart {
// Called from BrowserProcessImpl::StartTearDown().
virtual void StartTearDown();
+ // Invoked when the ASH metro viewer process on Windows 8 exits.
void OnMetroViewerProcessTerminated();
+ // Terminates the metro viewer process if there is one.
+ void TerminateMetroViewerProcess();
+
private:
// Hosts the channel for the Windows 8 metro viewer process which runs in
// the ASH environment.

Powered by Google App Engine
This is Rietveld 408576698