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

Unified Diff: content/browser/browser_main_loop.h

Issue 2761213003: Revert of Screen.orientation lock API implementation for Windows8 and later. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add 702435 to commit message Created 3 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 | « content/browser/BUILD.gn ('k') | 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 8c535ff302d97492b17642d5154d53bd5528f912..b3a7d1f18cd1ad152c5960b4bf223860bfef1209 100644
--- a/content/browser/browser_main_loop.h
+++ b/content/browser/browser_main_loop.h
@@ -88,8 +88,6 @@ struct MainFunctionParams;
#if defined(OS_ANDROID)
class ScreenOrientationDelegate;
-#elif defined(OS_WIN)
-class ScreenOrientationDelegate;
#endif
#if defined(USE_X11) && !defined(OS_CHROMEOS)
@@ -239,10 +237,6 @@ class CONTENT_EXPORT BrowserMainLoop {
std::unique_ptr<aura::Env> env_;
#endif
-#if defined(OS_WIN)
- std::unique_ptr<ScreenOrientationDelegate> screen_orientation_delegate_;
-#endif
-
#if defined(OS_ANDROID)
// Android implementation of ScreenOrientationDelegate
std::unique_ptr<ScreenOrientationDelegate> screen_orientation_delegate_;
« no previous file with comments | « content/browser/BUILD.gn ('k') | content/browser/browser_main_loop.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698