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

Unified Diff: content/browser/web_contents/web_contents_impl.h

Issue 2702103002: [ScreenOrientation] De-associate device.mojom.ScreenOrientation from legacy IPC channel.
Patch Set: Synchronize response of lock success with legacy IPC ViewMsg_Resize. Created 3 years, 10 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/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 72e4b50cdbd0727418fbd6913c29e6bbc2e57e2c..2ebbc3cb02e72f8b031c0148b3124f2c1ec976c4 100644
--- a/content/browser/web_contents/web_contents_impl.h
+++ b/content/browser/web_contents/web_contents_impl.h
@@ -211,7 +211,7 @@ class CONTENT_EXPORT WebContentsImpl
void OnScreenOrientationChange();
- ScreenOrientationProvider* GetScreenOrientationProviderForTesting() const {
+ ScreenOrientationProvider* GetScreenOrientationProvider() const {
return screen_orientation_provider_.get();
}
« no previous file with comments | « content/browser/screen_orientation/screen_orientation_provider_unittest.cc ('k') | content/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698