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

Side by Side Diff: chrome/browser/ui/views/frame/browser_view.h

Issue 8271025: Moved mobile activation into its own modal dialog (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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
« no previous file with comments | « chrome/browser/ui/panels/panel.cc ('k') | chrome/browser/ui/views/frame/browser_view.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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_VIEWS_FRAME_BROWSER_VIEW_H_ 5 #ifndef CHROME_BROWSER_UI_VIEWS_FRAME_BROWSER_VIEW_H_
6 #define CHROME_BROWSER_UI_VIEWS_FRAME_BROWSER_VIEW_H_ 6 #define CHROME_BROWSER_UI_VIEWS_FRAME_BROWSER_VIEW_H_
7 #pragma once 7 #pragma once
8 8
9 #include <map> 9 #include <map>
10 #include <string> 10 #include <string>
(...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after
320 virtual void Cut() OVERRIDE; 320 virtual void Cut() OVERRIDE;
321 virtual void Copy() OVERRIDE; 321 virtual void Copy() OVERRIDE;
322 virtual void Paste() OVERRIDE; 322 virtual void Paste() OVERRIDE;
323 virtual void ShowInstant(TabContentsWrapper* preview) OVERRIDE; 323 virtual void ShowInstant(TabContentsWrapper* preview) OVERRIDE;
324 virtual void HideInstant() OVERRIDE; 324 virtual void HideInstant() OVERRIDE;
325 virtual gfx::Rect GetInstantBounds() OVERRIDE; 325 virtual gfx::Rect GetInstantBounds() OVERRIDE;
326 virtual WindowOpenDisposition GetDispositionForPopupBounds( 326 virtual WindowOpenDisposition GetDispositionForPopupBounds(
327 const gfx::Rect& bounds) OVERRIDE; 327 const gfx::Rect& bounds) OVERRIDE;
328 virtual FindBar* CreateFindBar() OVERRIDE; 328 virtual FindBar* CreateFindBar() OVERRIDE;
329 #if defined(OS_CHROMEOS) 329 #if defined(OS_CHROMEOS)
330 virtual void ShowMobileSetup() OVERRIDE;
330 virtual void ShowKeyboardOverlay(gfx::NativeWindow owning_window) OVERRIDE; 331 virtual void ShowKeyboardOverlay(gfx::NativeWindow owning_window) OVERRIDE;
331 #endif 332 #endif
332 virtual void ShowAvatarBubble(TabContents* tab_contents, 333 virtual void ShowAvatarBubble(TabContents* tab_contents,
333 const gfx::Rect& rect) OVERRIDE; 334 const gfx::Rect& rect) OVERRIDE;
334 335
335 // Overridden from BrowserWindowTesting: 336 // Overridden from BrowserWindowTesting:
336 virtual BookmarkBarView* GetBookmarkBarView() const OVERRIDE; 337 virtual BookmarkBarView* GetBookmarkBarView() const OVERRIDE;
337 virtual LocationBarView* GetLocationBarView() const OVERRIDE; 338 virtual LocationBarView* GetLocationBarView() const OVERRIDE;
338 virtual views::View* GetTabContentsContainerView() const OVERRIDE; 339 virtual views::View* GetTabContentsContainerView() const OVERRIDE;
339 virtual views::View* GetSidebarContainerView() const OVERRIDE; 340 virtual views::View* GetSidebarContainerView() const OVERRIDE;
(...skipping 384 matching lines...) Expand 10 before | Expand all | Expand 10 after
724 // If this flag is set then SetFocusToLocationBar() will set focus to the 725 // If this flag is set then SetFocusToLocationBar() will set focus to the
725 // location bar even if the browser window is not active. 726 // location bar even if the browser window is not active.
726 bool force_location_bar_focus_; 727 bool force_location_bar_focus_;
727 728
728 PendingFullscreenRequest fullscreen_request_; 729 PendingFullscreenRequest fullscreen_request_;
729 730
730 DISALLOW_COPY_AND_ASSIGN(BrowserView); 731 DISALLOW_COPY_AND_ASSIGN(BrowserView);
731 }; 732 };
732 733
733 #endif // CHROME_BROWSER_UI_VIEWS_FRAME_BROWSER_VIEW_H_ 734 #endif // CHROME_BROWSER_UI_VIEWS_FRAME_BROWSER_VIEW_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/panels/panel.cc ('k') | chrome/browser/ui/views/frame/browser_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698