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

Unified Diff: chrome/browser/browser_process_impl.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
Index: chrome/browser/browser_process_impl.h
diff --git a/chrome/browser/browser_process_impl.h b/chrome/browser/browser_process_impl.h
index b1b85772749b663472b53ab25c560e4f597b7d0c..26b36823eda4b493497888c0ca95745e0db33fee 100644
--- a/chrome/browser/browser_process_impl.h
+++ b/chrome/browser/browser_process_impl.h
@@ -139,6 +139,7 @@ class BrowserProcessImpl : public BrowserProcess,
virtual bool created_local_state() const OVERRIDE;
#if defined(OS_WIN) && defined(USE_AURA)
virtual void OnMetroViewerProcessTerminated() OVERRIDE;
+ virtual void TerminateMetroViewerProcess() OVERRIDE;
#endif
static void RegisterPrefs(PrefRegistrySimple* registry);

Powered by Google App Engine
This is Rietveld 408576698