Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2125)

Unified Diff: content/shell/browser/shell.h

Issue 1153813003: Add user_gesture param to WebContentsDelegate::ActivateContents Base URL: https://chromium.googlesource.com/chromium/src.git@ug1_WebContentsImpl_Activate
Patch Set: Update callers Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/public/browser/web_contents_delegate.h ('k') | content/shell/browser/shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/browser/shell.h
diff --git a/content/shell/browser/shell.h b/content/shell/browser/shell.h
index de193c042bd1c334676ad34c583c049ab8b4f1d6..92cdc21cba33ae944f54327da745ecda0e4992cb 100644
--- a/content/shell/browser/shell.h
+++ b/content/shell/browser/shell.h
@@ -145,7 +145,7 @@ class Shell : public WebContentsDelegate,
int32 line_no,
const base::string16& source_id) override;
void RendererUnresponsive(WebContents* source) override;
- void ActivateContents(WebContents* contents) override;
+ void ActivateContents(WebContents* contents, bool user_gesture) override;
void DeactivateContents(WebContents* contents) override;
void WorkerCrashed(WebContents* source) override;
bool HandleContextMenu(const content::ContextMenuParams& params) override;
« no previous file with comments | « content/public/browser/web_contents_delegate.h ('k') | content/shell/browser/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698