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

Unified Diff: chrome/browser/sidebar/sidebar_container.cc

Issue 8513023: Fix the remaining cases of classes implementing non-existent TabContentsDelegate::IsPopup(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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: chrome/browser/sidebar/sidebar_container.cc
diff --git a/chrome/browser/sidebar/sidebar_container.cc b/chrome/browser/sidebar/sidebar_container.cc
index f219d65818a4fc4a05e12f595b4da0b4dee203a7..d428971e3c6c0289b7fc92f56ad2e9afa35f4d08 100644
--- a/chrome/browser/sidebar/sidebar_container.cc
+++ b/chrome/browser/sidebar/sidebar_container.cc
@@ -106,10 +106,6 @@ void SidebarContainer::SetTitle(const string16& title) {
title_ = title;
}
-bool SidebarContainer::IsPopup(const TabContents* source) const {
- return false;
-}
-
content::JavaScriptDialogCreator*
SidebarContainer::GetJavaScriptDialogCreator() {
return GetJavaScriptDialogCreatorInstance();
« no previous file with comments | « chrome/browser/sidebar/sidebar_container.h ('k') | chrome/browser/ui/blocked_content/blocked_content_container.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698