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

Unified Diff: chrome/browser/browser_process.h

Issue 3149: Porting changes in chrome/{browser,common}, also enabling more unit tests.... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 12 years, 3 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.h
===================================================================
--- chrome/browser/browser_process.h (revision 2402)
+++ chrome/browser/browser_process.h (working copy)
@@ -124,8 +124,10 @@
// 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);

Powered by Google App Engine
This is Rietveld 408576698