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

Unified Diff: android_webview/java/src/org/chromium/android_webview/AwContents.java

Issue 11187032: Handle resubmission of HTTP Posts. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 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 | « no previous file | android_webview/java/src/org/chromium/android_webview/AwContentsClient.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/java/src/org/chromium/android_webview/AwContents.java
diff --git a/android_webview/java/src/org/chromium/android_webview/AwContents.java b/android_webview/java/src/org/chromium/android_webview/AwContents.java
index 476fd7806b7640e801a0660105c45090f97a105a..3ebb6ab4d0e9d72033a8a6197ad0283540c1e5ec 100644
--- a/android_webview/java/src/org/chromium/android_webview/AwContents.java
+++ b/android_webview/java/src/org/chromium/android_webview/AwContents.java
@@ -137,7 +137,7 @@ public class AwContents {
nativeGetWebContents(mNativeAwContents), nativeWindow,
isAccessFromFileURLsGrantedByDefault);
mContentViewCore.setContentViewClient(contentsClient);
- mContentsClient.installWebContentsObserver(mContentViewCore);
+ mContentsClient.setContentViewCore(mContentViewCore);
mSettings = new AwSettings(mContentViewCore.getContext());
setIoThreadClient(new IoThreadClientImpl());
« no previous file with comments | « no previous file | android_webview/java/src/org/chromium/android_webview/AwContentsClient.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698