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

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

Issue 11412274: [Android] Remove onUrlStarChanged method from WebContentsDelegateAndroid. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
Index: android_webview/java/src/org/chromium/android_webview/AwContentsClient.java
diff --git a/android_webview/java/src/org/chromium/android_webview/AwContentsClient.java b/android_webview/java/src/org/chromium/android_webview/AwContentsClient.java
index 02eaa25639765222a9d0c34a9ae67a17eab80272..8e425a9b40eb21a5fcf8f871892eb34eeb28a768 100644
--- a/android_webview/java/src/org/chromium/android_webview/AwContentsClient.java
+++ b/android_webview/java/src/org/chromium/android_webview/AwContentsClient.java
@@ -127,11 +127,6 @@ public abstract class AwContentsClient extends ContentViewClient {
}
@Override
- public void onUrlStarredChanged(boolean starred) {
- // TODO: implement
- }
-
- @Override
public void showRepostFormWarningDialog(ContentViewCore contentViewCore) {
Message dontResend = mHandler.obtainMessage(CANCEL_PENDING_RELOAD, contentViewCore);
Message resend = mHandler.obtainMessage(CONTINUE_PENDING_RELOAD, contentViewCore);

Powered by Google App Engine
This is Rietveld 408576698