Index: content/browser/screen_orientation/screen_orientation_dispatcher_host.cc |
diff --git a/content/browser/screen_orientation/screen_orientation_dispatcher_host.cc b/content/browser/screen_orientation/screen_orientation_dispatcher_host.cc |
index 7472000f61be1ff103888ee8d348a2380a46bdce..5127c783254caa376caa06439d7b6e2f150608c9 100644 |
--- a/content/browser/screen_orientation/screen_orientation_dispatcher_host.cc |
+++ b/content/browser/screen_orientation/screen_orientation_dispatcher_host.cc |
@@ -58,9 +58,11 @@ void ScreenOrientationDispatcherHost::OnUnlockRequest() { |
provider_->UnlockOrientation(); |
} |
+#if !defined(OS_ANDROID) |
// static |
ScreenOrientationProvider* ScreenOrientationDispatcherHost::CreateProvider() { |
return NULL; |
} |
+#endif |
} // namespace content |