| 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,
|
|
|