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

Unified Diff: content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java

Issue 23618036: Merge NOTIFICATION_RENDER_VIEW_HOST_CHANGED into NOTIFICATION_WEB_CONTENTS_SWAPPED. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 7 years, 2 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 | « content/browser/web_contents/web_drag_source_win.cc ('k') | content/public/browser/notification_types.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java
diff --git a/content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java b/content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java
index 4af9cc5d604be8fdee06bac329aa3ce8ec43ec66..6ed81ec447f917fed294221f76467e37aae75225 100644
--- a/content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java
+++ b/content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java
@@ -2559,17 +2559,13 @@ import java.util.Map;
// renderers for ContentViews loading in background do not retain the high priority.
ChildProcessLauncher.getBindingManager().removeInitialBinding(newPid);
mPid = newPid;
- }
- @SuppressWarnings("unused")
- @CalledByNative
- private void onWebContentsConnected() {
attachImeAdapter();
}
@SuppressWarnings("unused")
@CalledByNative
- private void onWebContentsSwapped() {
+ private void onWebContentsConnected() {
attachImeAdapter();
}
« no previous file with comments | « content/browser/web_contents/web_drag_source_win.cc ('k') | content/public/browser/notification_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698