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

Unified Diff: chrome/browser/ui/tab_contents/tab_contents_wrapper_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: Fix mac regression now that shutdown timing was changed for views. 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: chrome/browser/ui/tab_contents/tab_contents_wrapper_delegate.cc
diff --git a/chrome/browser/ui/tab_contents/tab_contents_wrapper_delegate.cc b/chrome/browser/ui/tab_contents/tab_contents_wrapper_delegate.cc
index 750c29e817d147998510c65b881c24eb0fed3017..7c3020bd3b4274f5d36abfc0f4174e6a755ded4f 100644
--- a/chrome/browser/ui/tab_contents/tab_contents_wrapper_delegate.cc
+++ b/chrome/browser/ui/tab_contents/tab_contents_wrapper_delegate.cc
@@ -16,3 +16,15 @@ void TabContentsWrapperDelegate::OnInstallApplication(
void TabContentsWrapperDelegate::OnDidGetApplicationInfo(
TabContentsWrapper* source, int32 page_id) {
}
+
+void TabContentsWrapperDelegate::WillShowConstrainedWindow(
+ TabContentsWrapper* source) {
+}
+
+bool TabContentsWrapperDelegate::ShouldFocusConstrainedWindow() {
+ return true;
+}
+
+void TabContentsWrapperDelegate::SetTabContentBlocked(
+ TabContentsWrapper* wrapper, bool blocked) {
+}

Powered by Google App Engine
This is Rietveld 408576698