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(); |