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

Unified Diff: content/browser/browser_main_loop.h

Issue 1758823004: Screen.orientation lock API implementation for Windows8 and later. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebasing Created 4 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 ef28a62b8a43e02f0d9c00ed70310ef1e6b03a52..e8a13a03881eade85aebfe139c293b58d3e7afb6 100644
--- a/content/browser/browser_main_loop.h
+++ b/content/browser/browser_main_loop.h
@@ -71,6 +71,8 @@ struct MainFunctionParams;
#if defined(OS_ANDROID)
class ScreenOrientationDelegate;
+#elif defined(OS_WIN)
+class ScreenOrientationDelegate;
#endif
// Implements the main browser loop stages called from BrowserMainRunner.
@@ -199,6 +201,10 @@ class CONTENT_EXPORT BrowserMainLoop {
scoped_ptr<base::trace_event::TraceEventSystemStatsMonitor>
system_stats_monitor_;
+#if defined(OS_WIN)
+ scoped_ptr<ScreenOrientationDelegate> screen_orientation_delegate_;
+#endif
+
#if defined(OS_ANDROID)
// Android implementation of ScreenOrientationDelegate
scoped_ptr<ScreenOrientationDelegate> screen_orientation_delegate_;
« 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