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

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

Issue 1232123009: customtabs: Pre-create a renderer in mayLaunchUrl(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. 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 2c74e4006e7f8758f8b69480ef784f75ea228b8f..5a74d8c50e368271ec716951ab6298c84efa02ac 100644
--- a/chrome/browser/android/tab_android.h
+++ b/chrome/browser/android/tab_android.h
@@ -163,6 +163,7 @@ class TabAndroid : public CoreTabHelperDelegate,
jstring j_referrer_url,
jint referrer_policy,
jboolean is_renderer_initiated,
+ jboolean should_replace_current_entry,
jlong intent_received_timestamp,
jboolean has_user_gesture);
void SetActiveNavigationEntryTitleForUrl(JNIEnv* env,
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/tab/Tab.java ('k') | chrome/browser/android/tab_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698