summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_process.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/browser_process.h')
-rw-r--r--chrome/browser/browser_process.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/browser_process.h b/chrome/browser/browser_process.h
index 908af1a..16301e6 100644
--- a/chrome/browser/browser_process.h
+++ b/chrome/browser/browser_process.h
@@ -124,8 +124,10 @@ class BrowserProcess {
// TODO(beng): remove once XPFrame/VistaFrame are gone.
virtual bool IsUsingNewFrames() = 0;
+#if defined(OS_WIN)
// Returns an event that is signaled when the browser shutdown.
virtual HANDLE shutdown_event() = 0;
+#endif
private:
DISALLOW_EVIL_CONSTRUCTORS(BrowserProcess);