Index: content/browser/android/child_process_launcher_android.cc |
diff --git a/content/browser/android/child_process_launcher_android.cc b/content/browser/android/child_process_launcher_android.cc |
index 471ce31d91c728f70f7430c8ec2827272e183722..a3965809a825c13e29fd0fc16aa71e9aec976b60 100644 |
--- a/content/browser/android/child_process_launcher_android.cc |
+++ b/content/browser/android/child_process_launcher_android.cc |
@@ -41,7 +41,6 @@ static void SetSurfacePeer( |
base::ProcessHandle render_process_handle, |
int render_frame_id, |
int player_id) { |
-#if !defined(USE_AURA) |
int render_process_id = 0; |
RenderProcessHost::iterator it = RenderProcessHost::AllHostsIterator(); |
while (!it.IsAtEnd()) { |
@@ -83,9 +82,6 @@ static void SetSurfacePeer( |
gfx::ScopedJavaSurface scoped_surface(surface); |
player->SetVideoSurface(std::move(scoped_surface)); |
} |
-#else |
- NOTREACHED(); |
-#endif |
} |
} // anonymous namespace |