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

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

Issue 513073002: Add SetProvider function (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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_provider.h
diff --git a/content/browser/screen_orientation/screen_orientation_provider.h b/content/browser/screen_orientation/screen_orientation_provider.h
index 8b7c0fbb52a584841441a6d985a0d861bc89b8b8..f4c8e6c6b860269310bfc063c9d6b2dd8d622b86 100644
--- a/content/browser/screen_orientation/screen_orientation_provider.h
+++ b/content/browser/screen_orientation/screen_orientation_provider.h
@@ -43,15 +43,6 @@ class ScreenOrientationProvider {
DISALLOW_COPY_AND_ASSIGN(ScreenOrientationProvider);
};
-#if !defined(OS_ANDROID)
-// static
-ScreenOrientationProvider* ScreenOrientationProvider::Create(
- ScreenOrientationDispatcherHost* dispatcher_host,
- WebContents* web_contents) {
- return NULL;
-}
-#endif // !defined(OS_ANDROID)
-
} // namespace content
#endif // CONTENT_BROWSER_SCREEN_ORIENTATION_SCREEN_ORIENTATION_PROVIDER_H_

Powered by Google App Engine
This is Rietveld 408576698