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

Unified Diff: chrome/browser/android/tab_android.h

Issue 1243253004: Pass user gesture bit when chrome handles an intent fired by itself (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix findbugs warning Created 5 years, 4 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: chrome/browser/android/tab_android.h
diff --git a/chrome/browser/android/tab_android.h b/chrome/browser/android/tab_android.h
index b5a8b4a94284647d2cb92391a08e879786967fe2..2c74e4006e7f8758f8b69480ef784f75ea228b8f 100644
--- a/chrome/browser/android/tab_android.h
+++ b/chrome/browser/android/tab_android.h
@@ -163,7 +163,8 @@ class TabAndroid : public CoreTabHelperDelegate,
jstring j_referrer_url,
jint referrer_policy,
jboolean is_renderer_initiated,
- jlong intent_received_timestamp);
+ jlong intent_received_timestamp,
+ jboolean has_user_gesture);
void SetActiveNavigationEntryTitleForUrl(JNIEnv* env,
jobject obj,
jstring jurl,

Powered by Google App Engine
This is Rietveld 408576698