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

Unified Diff: chromecast/browser/android/cast_window_android.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
Index: chromecast/browser/android/cast_window_android.h
diff --git a/chromecast/browser/android/cast_window_android.h b/chromecast/browser/android/cast_window_android.h
index 7c5cd7415f1034921fd239d7e366d43a637a55e4..3933614b2cc2d35d459f16a9ab2cd4c57eba7da8 100644
--- a/chromecast/browser/android/cast_window_android.h
+++ b/chromecast/browser/android/cast_window_android.h
@@ -70,7 +70,8 @@ class CastWindowAndroid : public content::WebContentsDelegate,
const base::string16& message,
int32 line_no,
const base::string16& source_id) override;
- void ActivateContents(content::WebContents* contents) override;
+ void ActivateContents(content::WebContents* contents,
+ bool user_gesture) override;
void DeactivateContents(content::WebContents* contents) override;
// content::WebContentsObserver implementation:

Powered by Google App Engine
This is Rietveld 408576698