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

Unified Diff: content/browser/browser_main_loop.h

Issue 193763002: Listen to WM_TIMECHANGE messages in RenderViewHostImpl on windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: process host loop Created 6 years, 9 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
« no previous file with comments | « no previous file | content/browser/browser_main_loop.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/browser_main_loop.h
diff --git a/content/browser/browser_main_loop.h b/content/browser/browser_main_loop.h
index e04999b005d883d02a5d07252152b5b212d5e26a..b64e91a440a3f5ebc8854685fd72b43b37f48efc 100644
--- a/content/browser/browser_main_loop.h
+++ b/content/browser/browser_main_loop.h
@@ -45,13 +45,15 @@ class MediaStreamManager;
class ResourceDispatcherHostImpl;
class SpeechRecognitionManagerImpl;
class StartupTaskRunner;
-class SystemMessageWindowWin;
struct MainFunctionParams;
#if defined(OS_LINUX)
class DeviceMonitorLinux;
#elif defined(OS_MACOSX)
class DeviceMonitorMac;
+#elif defined(OS_WIN)
+class SystemMessageWindowWin;
+class TimeZoneMonitorWin;
#endif
// Implements the main browser loop stages called from BrowserMainRunner.
@@ -153,6 +155,7 @@ class CONTENT_EXPORT BrowserMainLoop {
scoped_ptr<BrowserOnlineStateObserver> online_state_observer_;
#if defined(OS_WIN)
scoped_ptr<SystemMessageWindowWin> system_message_window_;
+ scoped_ptr<TimeZoneMonitorWin> time_zone_monitor_win_;
#elif defined(USE_UDEV)
scoped_ptr<DeviceMonitorLinux> device_monitor_linux_;
#elif defined(OS_MACOSX) && !defined(OS_IOS)
« no previous file with comments | « no previous file | content/browser/browser_main_loop.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698