| Index: content/browser/web_contents/web_contents_impl.h
|
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
|
| index 4ece254c6d035529a25871133e49fcaa9dbe8342..0eaec3ad7a4830928e8fcb6cf305bca083d3a46b 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -209,7 +209,11 @@ class CONTENT_EXPORT WebContentsImpl
|
|
|
| WebContentsView* GetView() const;
|
|
|
| - ScreenOrientationProvider* GetScreenOrientationProvider() const;
|
| + void OnScreenOrientationChange();
|
| +
|
| + ScreenOrientationProvider* GetScreenOrientationProviderForTesting() const {
|
| + return screen_orientation_provider_.get();
|
| + }
|
|
|
| bool should_normally_be_visible() { return should_normally_be_visible_; }
|
|
|
|
|