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

Unified Diff: content/browser/screen_orientation/screen_orientation_provider_android.h

Issue 398013002: Poll for Display rotation on Android 4.0 and 4.1 when needed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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: content/browser/screen_orientation/screen_orientation_provider_android.h
diff --git a/content/browser/screen_orientation/screen_orientation_provider_android.h b/content/browser/screen_orientation/screen_orientation_provider_android.h
index 394e5e64549c4fe8507911482eb855a9584e72b4..409c19344b0e561a8eb61748a23ffeb9125a133a 100644
--- a/content/browser/screen_orientation/screen_orientation_provider_android.h
+++ b/content/browser/screen_orientation/screen_orientation_provider_android.h
@@ -32,6 +32,8 @@ class ScreenOrientationProviderAndroid : public ScreenOrientationProvider,
// WebContentsObserver
virtual void DidToggleFullscreenModeForTab(bool entered_fullscreen) OVERRIDE;
+ static void ToggleAccurateMode();
jam 2014/07/16 21:29:14 nit: add comment
mlamouri (slow - plz ping) 2014/07/17 09:44:16 Done.
+
private:
WebContentsImpl* web_contents_impl();

Powered by Google App Engine
This is Rietveld 408576698