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

Unified Diff: content/browser/tab_contents/tab_contents_delegate.cc

Issue 6854035: Move blocked content from TabContents to TabContentsWrapper. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 8 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: content/browser/tab_contents/tab_contents_delegate.cc
diff --git a/content/browser/tab_contents/tab_contents_delegate.cc b/content/browser/tab_contents/tab_contents_delegate.cc
index 5456009101a61e5f693fe603c761969ed421cd85..1e933e6ef94da66bcbf82ca80e04a5c6593875ad 100644
--- a/content/browser/tab_contents/tab_contents_delegate.cc
+++ b/content/browser/tab_contents/tab_contents_delegate.cc
@@ -171,14 +171,6 @@ void TabContentsDelegate::ShowRepostFormWarningDialog(
TabContents* tab_contents) {
}
-void TabContentsDelegate::ShowContentSettingsPage(
- ContentSettingsType content_type) {
-}
-
-void TabContentsDelegate::ShowCollectedCookiesDialog(
- TabContents* tab_contents) {
-}
-
bool TabContentsDelegate::OnGoToEntryOffset(int offset) {
return true;
}

Powered by Google App Engine
This is Rietveld 408576698