summaryrefslogtreecommitdiffstats
path: root/chrome/browser/external_tab_container_win.cc
diff options
context:
space:
mode:
authorxiyuan@chromium.org <xiyuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-26 21:56:56 +0000
committerxiyuan@chromium.org <xiyuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-26 21:56:56 +0000
commitbe04582be05890d1922a16096816e8d027b67128 (patch)
tree91d208b93a14e9c3ad66e9dd472db0be4af06e80 /chrome/browser/external_tab_container_win.cc
parentfebc4ac3705e78f2d5f7b766352eb861f1a1efe1 (diff)
downloadchromium_src-be04582be05890d1922a16096816e8d027b67128.zip
chromium_src-be04582be05890d1922a16096816e8d027b67128.tar.gz
chromium_src-be04582be05890d1922a16096816e8d027b67128.tar.bz2
Make IsPopup a const function per brett.
- Make TabContentsDelegate::IsPopup a const function; - Add a default implementation for IsPopup; - Update all derived classes; - Remove the bad const_cast in tab_contents.cc; BUG=none. TEST=none. Code quality improvement and expect no changes. Review URL: http://codereview.chromium.org/3060013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53696 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/external_tab_container_win.cc')
-rw-r--r--chrome/browser/external_tab_container_win.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/external_tab_container_win.cc b/chrome/browser/external_tab_container_win.cc
index 3257cdc..86ccefe 100644
--- a/chrome/browser/external_tab_container_win.cc
+++ b/chrome/browser/external_tab_container_win.cc
@@ -427,10 +427,6 @@ void ExternalTabContainer::MoveContents(TabContents* source,
const gfx::Rect& pos) {
}
-bool ExternalTabContainer::IsPopup(TabContents* source) {
- return false;
-}
-
void ExternalTabContainer::URLStarredChanged(TabContents* source,
bool starred) {
}