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

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/ntp/NewTabPage.java

Issue 2602953002: [NTP::RecentTabs] Do not force offline version of the page when open. (Closed)
Patch Set: dgn@ nit. Created 3 years, 12 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/src/org/chromium/chrome/browser/ntp/NewTabPage.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/ntp/NewTabPage.java b/chrome/android/java/src/org/chromium/chrome/browser/ntp/NewTabPage.java
index 84a61f8dd909fc9b2d104693249940503bace7a5..1dcb61267f3f05f320f39df7fa879b2ba842d4bf 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/ntp/NewTabPage.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/ntp/NewTabPage.java
@@ -412,8 +412,6 @@ public class NewTabPage
int tabIndex = TabModelUtils.getTabIndexById(tabModel, tabId);
if (tabIndex == TabModel.INVALID_TAB_INDEX) return false;
TabModelUtils.setIndex(tabModel, tabIndex);
- OfflinePageUtils.openInExistingTab(recentTabArticle.mUrl,
- recentTabArticle.getOfflinePageOfflineId(), tabModel.getTabAt(tabIndex));
return true;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698