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