Index: content/shell/browser/shell.cc |
diff --git a/content/shell/browser/shell.cc b/content/shell/browser/shell.cc |
index 67552c80c2f4b2c09e3e782cee5ed1404558dc7a..0dfbfe61e427e3468c89f32b198edef8946158de 100644 |
--- a/content/shell/browser/shell.cc |
+++ b/content/shell/browser/shell.cc |
@@ -372,7 +372,7 @@ void Shell::RendererUnresponsive(WebContents* source) { |
BlinkTestController::Get()->RendererUnresponsive(); |
} |
-void Shell::ActivateContents(WebContents* contents) { |
+void Shell::ActivateContents(WebContents* contents, bool user_gesture) { |
contents->GetRenderViewHost()->Focus(); |
} |