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

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

Issue 7880003: content: Move constrained window code from TabContents to TabContentsWrapper (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Attempt to fix views merge part 2 Created 9 years, 3 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 6877f7955199c9086dcc0153b07f3d177c805be2..07a5fc58c1d7ceab6372c1334ec529c61f17b5c5 100644
--- a/content/browser/tab_contents/tab_contents_delegate.cc
+++ b/content/browser/tab_contents/tab_contents_delegate.cc
@@ -72,13 +72,6 @@ bool TabContentsDelegate::IsPopupOrPanel(const TabContents* source) const {
return false;
}
-bool TabContentsDelegate::ShouldFocusConstrainedWindow() {
- return true;
-}
-
-void TabContentsDelegate::WillShowConstrainedWindow(TabContents* source) {
-}
-
void TabContentsDelegate::UpdateTargetURL(TabContents* source,
int32 page_id,
const GURL& url) {
@@ -126,10 +119,6 @@ bool TabContentsDelegate::TakeFocus(bool reverse) {
void TabContentsDelegate::LostCapture() {
}
-void TabContentsDelegate::SetTabContentBlocked(
- TabContents* contents, bool blocked) {
-}
-
void TabContentsDelegate::TabContentsFocused(TabContents* tab_content) {
}

Powered by Google App Engine
This is Rietveld 408576698