Index: content/components/web_contents_delegate_android/web_contents_delegate_android.h |
diff --git a/content/components/web_contents_delegate_android/web_contents_delegate_android.h b/content/components/web_contents_delegate_android/web_contents_delegate_android.h |
index 967177cc94e71db1d8fecbac6c79810753d2a9fc..f9ba5bf32bf0c7638fbacf4dbef32c36b13e82f5 100644 |
--- a/content/components/web_contents_delegate_android/web_contents_delegate_android.h |
+++ b/content/components/web_contents_delegate_android/web_contents_delegate_android.h |
@@ -76,9 +76,6 @@ class WebContentsDelegateAndroid : public WebContentsDelegate { |
const string16& message, |
int32 line_no, |
const string16& source_id) OVERRIDE; |
- // TODO(merge): WARNING! method no longer available on the base class. |
- // See http://crbug.com/149477 |
- virtual void URLStarredChanged(WebContents* source, bool starred); |
virtual void UpdateTargetURL(WebContents* source, |
int32 page_id, |
const GURL& url) OVERRIDE; |