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

Unified Diff: chrome/browser/tab_contents/tab_contents.h

Issue 132047: GTK: HTTP Auth dialogs under linux. (Closed)
Patch Set: Fix for evanm Created 11 years, 6 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/tab_contents/tab_contents.h
diff --git a/chrome/browser/tab_contents/tab_contents.h b/chrome/browser/tab_contents/tab_contents.h
index a94b6e1ce5373c72e3a9c6f3b2db8970869d3f6e..04c61d56f5fde5c3b0cca8444eb6b9bd09b03b16 100644
--- a/chrome/browser/tab_contents/tab_contents.h
+++ b/chrome/browser/tab_contents/tab_contents.h
@@ -323,14 +323,14 @@ class TabContents : public PageNavigator,
// Window management ---------------------------------------------------------
-#if defined(OS_WIN)
+#if defined(OS_WIN) || defined(OS_LINUX)
// Create a new window constrained to this TabContents' clip and visibility.
// The window is initialized by using the supplied delegate to obtain basic
// window characteristics, and the supplied view for the content. The window
// is sized according to the preferred size of the content_view, and centered
// within the contents.
ConstrainedWindow* CreateConstrainedDialog(
- views::WindowDelegate* window_delegate);
+ ConstrainedWindowDelegate* delegate);
#endif
// Adds a new tab or window with the given already-created contents

Powered by Google App Engine
This is Rietveld 408576698