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

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/tabmodel/document/DocumentTabModelImpl.java

Issue 834723002: Fix ChromeShell TabObservers and upstream more things (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
Index: chrome/android/java/src/org/chromium/chrome/browser/tabmodel/document/DocumentTabModelImpl.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/tabmodel/document/DocumentTabModelImpl.java b/chrome/android/java/src/org/chromium/chrome/browser/tabmodel/document/DocumentTabModelImpl.java
index b0ac0f86cabb565a98623af6370f992ba61f3b80..6736325334a6948ec3f3b79f78ae5815960d917f 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/tabmodel/document/DocumentTabModelImpl.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/tabmodel/document/DocumentTabModelImpl.java
@@ -275,7 +275,7 @@ public class DocumentTabModelImpl extends TabModelJniBridge implements DocumentT
if (entry.tabState != null && isNativeInitialized()
&& (entry.placeholderTab == null || !entry.placeholderTab.isInitialized())) {
entry.placeholderTab = mTabDelegate.createFrozenTab(entry);
- entry.placeholderTab.initialize();
+ entry.placeholderTab.initializeNative();
}
// Create a placeholder Tab that just has the ID.

Powered by Google App Engine
This is Rietveld 408576698