Chromium Code Reviews| 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: |