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

Side by Side Diff: chrome/browser/ui/gtk/browser_window_gtk.h

Issue 14969012: components: Create web_modal component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tot-merge-before-land Created 7 years, 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright 2012 The Chromium Authors. All rights reserved. 1 // Copyright 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_UI_GTK_BROWSER_WINDOW_GTK_H_ 5 #ifndef CHROME_BROWSER_UI_GTK_BROWSER_WINDOW_GTK_H_
6 #define CHROME_BROWSER_UI_GTK_BROWSER_WINDOW_GTK_H_ 6 #define CHROME_BROWSER_UI_GTK_BROWSER_WINDOW_GTK_H_
7 7
8 #include <gtk/gtk.h> 8 #include <gtk/gtk.h>
9 9
10 #include <string> 10 #include <string>
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 virtual void ShowCreateChromeAppShortcutsDialog( 160 virtual void ShowCreateChromeAppShortcutsDialog(
161 Profile* profile, 161 Profile* profile,
162 const extensions::Extension* app) OVERRIDE; 162 const extensions::Extension* app) OVERRIDE;
163 virtual void Cut() OVERRIDE; 163 virtual void Cut() OVERRIDE;
164 virtual void Copy() OVERRIDE; 164 virtual void Copy() OVERRIDE;
165 virtual void Paste() OVERRIDE; 165 virtual void Paste() OVERRIDE;
166 virtual gfx::Rect GetInstantBounds() OVERRIDE; 166 virtual gfx::Rect GetInstantBounds() OVERRIDE;
167 virtual WindowOpenDisposition GetDispositionForPopupBounds( 167 virtual WindowOpenDisposition GetDispositionForPopupBounds(
168 const gfx::Rect& bounds) OVERRIDE; 168 const gfx::Rect& bounds) OVERRIDE;
169 virtual FindBar* CreateFindBar() OVERRIDE; 169 virtual FindBar* CreateFindBar() OVERRIDE;
170 virtual WebContentsModalDialogHost* GetWebContentsModalDialogHost() OVERRIDE; 170 virtual web_modal::WebContentsModalDialogHost*
171 GetWebContentsModalDialogHost() OVERRIDE;
171 virtual void ShowAvatarBubble(content::WebContents* web_contents, 172 virtual void ShowAvatarBubble(content::WebContents* web_contents,
172 const gfx::Rect& rect) OVERRIDE; 173 const gfx::Rect& rect) OVERRIDE;
173 virtual void ShowAvatarBubbleFromAvatarButton() OVERRIDE; 174 virtual void ShowAvatarBubbleFromAvatarButton() OVERRIDE;
174 virtual void ShowPasswordGenerationBubble( 175 virtual void ShowPasswordGenerationBubble(
175 const gfx::Rect& rect, 176 const gfx::Rect& rect,
176 const content::PasswordForm& form, 177 const content::PasswordForm& form,
177 autofill::PasswordGenerator* password_generator) OVERRIDE; 178 autofill::PasswordGenerator* password_generator) OVERRIDE;
178 179
179 // Overridden from NotificationObserver: 180 // Overridden from NotificationObserver:
180 virtual void Observe(int type, 181 virtual void Observe(int type,
(...skipping 396 matching lines...) Expand 10 before | Expand all | Expand 10 after
577 scoped_ptr<FullscreenExitBubbleGtk> fullscreen_exit_bubble_; 578 scoped_ptr<FullscreenExitBubbleGtk> fullscreen_exit_bubble_;
578 579
579 FullscreenExitBubbleType fullscreen_exit_bubble_type_; 580 FullscreenExitBubbleType fullscreen_exit_bubble_type_;
580 581
581 content::NotificationRegistrar registrar_; 582 content::NotificationRegistrar registrar_;
582 583
583 DISALLOW_COPY_AND_ASSIGN(BrowserWindowGtk); 584 DISALLOW_COPY_AND_ASSIGN(BrowserWindowGtk);
584 }; 585 };
585 586
586 #endif // CHROME_BROWSER_UI_GTK_BROWSER_WINDOW_GTK_H_ 587 #endif // CHROME_BROWSER_UI_GTK_BROWSER_WINDOW_GTK_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/extensions/shell_window.cc ('k') | chrome/browser/ui/gtk/browser_window_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698