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

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: using token to verify intent from chrome 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 9f3ce69305c8b65efaf31372f48fa81671f38fea..be64398c69c6fb50eadae5e79a7b4e978b923cc9 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