Index: content/public/browser/web_contents_delegate.h |
diff --git a/content/public/browser/web_contents_delegate.h b/content/public/browser/web_contents_delegate.h |
index 05e3a1d8d2357e5b07a4ce4e24be63159e6164e9..50592b64aee3447ed2fad831bf9217319bbcf407 100644 |
--- a/content/public/browser/web_contents_delegate.h |
+++ b/content/public/browser/web_contents_delegate.h |
@@ -105,7 +105,7 @@ class CONTENT_EXPORT WebContentsDelegate { |
bool* was_blocked) {} |
// Selects the specified contents, bringing its container to the front. |
- virtual void ActivateContents(WebContents* contents) {} |
+ virtual void ActivateContents(WebContents* contents, bool user_gesture) {} |
// Deactivates the specified contents by deactivating its container and |
// potentialy moving it to the back of the Z order. |