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

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

Issue 2745443002: [Device Service] Port ScreenOrientationListener into Device Service. (Closed)
Patch Set: Add DEPS 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
Index: content/browser/screen_orientation/screen_orientation_delegate_android.h
diff --git a/content/browser/screen_orientation/screen_orientation_delegate_android.h b/content/browser/screen_orientation/screen_orientation_delegate_android.h
index 3243d44ea5f4df81eddcecc4139f14b6672123d7..e9da0fbefcecba39e74c00ac6f25240a7f0339d8 100644
--- a/content/browser/screen_orientation/screen_orientation_delegate_android.h
+++ b/content/browser/screen_orientation/screen_orientation_delegate_android.h
@@ -22,16 +22,6 @@ class ScreenOrientationDelegateAndroid : public ScreenOrientationDelegate {
ScreenOrientationDelegateAndroid();
~ScreenOrientationDelegateAndroid() override;
- // Ask the ScreenOrientationListener (Java) to start accurately listening to
- // the screen orientation. It keep track of the number of start request if it
- // is already running an accurate listening.
- static void StartAccurateListening();
-
- // Ask the ScreenOrientationListener (Java) to stop accurately listening to
- // the screen orientation. It will actually stop only if the number of stop
- // requests matches the number of start requests.
- static void StopAccurateListening();
-
// ScreenOrientationDelegate:
bool FullScreenRequired(WebContents* web_contents) override;
void Lock(WebContents* web_contents,

Powered by Google App Engine
This is Rietveld 408576698