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

Unified Diff: chrome/browser/android/recently_closed_tabs_bridge.cc

Issue 36473002: Foreign session pages now load into current tab. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sky Created 7 years, 1 month 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 | « chrome/browser/android/foreign_session_helper.cc ('k') | chrome/browser/sessions/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/recently_closed_tabs_bridge.cc
diff --git a/chrome/browser/android/recently_closed_tabs_bridge.cc b/chrome/browser/android/recently_closed_tabs_bridge.cc
index 737cbf0119e235c5dcb0a112c2c25854afea7149..fd721732610bf7908e99088ac2d59b3636e64853 100644
--- a/chrome/browser/android/recently_closed_tabs_bridge.cc
+++ b/chrome/browser/android/recently_closed_tabs_bridge.cc
@@ -113,7 +113,7 @@ jboolean RecentlyClosedTabsBridge::OpenRecentlyClosedTab(JNIEnv* env,
SessionRestore::RestoreForeignSessionTab(web_contents,
session_tab,
- NEW_FOREGROUND_TAB);
+ CURRENT_TAB);
return true;
}
« no previous file with comments | « chrome/browser/android/foreign_session_helper.cc ('k') | chrome/browser/sessions/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698