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

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

Issue 10699057: Move application creation and extension install prompt showing off Browser and onto ExtensionTabHel… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 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 (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 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 #pragma once 7 #pragma once
8 8
9 #include <gtk/gtk.h> 9 #include <gtk/gtk.h>
10 10
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 TabContents* tab_contents, 146 TabContents* tab_contents,
147 const GURL& url, 147 const GURL& url,
148 const content::SSLStatus& ssl, 148 const content::SSLStatus& ssl,
149 bool show_history) OVERRIDE; 149 bool show_history) OVERRIDE;
150 virtual void ShowAppMenu() OVERRIDE; 150 virtual void ShowAppMenu() OVERRIDE;
151 virtual bool PreHandleKeyboardEvent( 151 virtual bool PreHandleKeyboardEvent(
152 const content::NativeWebKeyboardEvent& event, 152 const content::NativeWebKeyboardEvent& event,
153 bool* is_keyboard_shortcut) OVERRIDE; 153 bool* is_keyboard_shortcut) OVERRIDE;
154 virtual void HandleKeyboardEvent( 154 virtual void HandleKeyboardEvent(
155 const content::NativeWebKeyboardEvent& event) OVERRIDE; 155 const content::NativeWebKeyboardEvent& event) OVERRIDE;
156 virtual void ShowCreateWebAppShortcutsDialog(
157 TabContents* tab_contents) OVERRIDE;
158 virtual void ShowCreateChromeAppShortcutsDialog( 156 virtual void ShowCreateChromeAppShortcutsDialog(
159 Profile* profile, 157 Profile* profile,
160 const extensions::Extension* app) OVERRIDE; 158 const extensions::Extension* app) OVERRIDE;
161 virtual void Cut() OVERRIDE; 159 virtual void Cut() OVERRIDE;
162 virtual void Copy() OVERRIDE; 160 virtual void Copy() OVERRIDE;
163 virtual void Paste() OVERRIDE; 161 virtual void Paste() OVERRIDE;
164 virtual void ShowInstant(TabContents* preview) OVERRIDE; 162 virtual void ShowInstant(TabContents* preview) OVERRIDE;
165 virtual void HideInstant() OVERRIDE; 163 virtual void HideInstant() OVERRIDE;
166 virtual gfx::Rect GetInstantBounds() OVERRIDE; 164 virtual gfx::Rect GetInstantBounds() OVERRIDE;
167 virtual WindowOpenDisposition GetDispositionForPopupBounds( 165 virtual WindowOpenDisposition GetDispositionForPopupBounds(
(...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after
576 scoped_ptr<FullscreenExitBubbleGtk> fullscreen_exit_bubble_; 574 scoped_ptr<FullscreenExitBubbleGtk> fullscreen_exit_bubble_;
577 575
578 FullscreenExitBubbleType fullscreen_exit_bubble_type_; 576 FullscreenExitBubbleType fullscreen_exit_bubble_type_;
579 577
580 content::NotificationRegistrar registrar_; 578 content::NotificationRegistrar registrar_;
581 579
582 DISALLOW_COPY_AND_ASSIGN(BrowserWindowGtk); 580 DISALLOW_COPY_AND_ASSIGN(BrowserWindowGtk);
583 }; 581 };
584 582
585 #endif // CHROME_BROWSER_UI_GTK_BROWSER_WINDOW_GTK_H_ 583 #endif // CHROME_BROWSER_UI_GTK_BROWSER_WINDOW_GTK_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/extensions/application_launch.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