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

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

Issue 6312160: Map Views to Profiles directly from their window, eliminating the need... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 10 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) 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 22 matching lines...) Expand all
33 #if defined(OS_WIN) 33 #if defined(OS_WIN)
34 #include "chrome/browser/hang_monitor/hung_plugin_action.h" 34 #include "chrome/browser/hang_monitor/hung_plugin_action.h"
35 #include "chrome/browser/hang_monitor/hung_window_detector.h" 35 #include "chrome/browser/hang_monitor/hung_window_detector.h"
36 #include "views/controls/menu/native_menu_win.h" 36 #include "views/controls/menu/native_menu_win.h"
37 #endif 37 #endif
38 38
39 // NOTE: For more information about the objects and files in this directory, 39 // NOTE: For more information about the objects and files in this directory,
40 // view: http://dev.chromium.org/developers/design-documents/browser-window 40 // view: http://dev.chromium.org/developers/design-documents/browser-window
41 41
42 class AccessiblePaneView; 42 class AccessiblePaneView;
43 class AccessibleViewHelper;
44 class BookmarkBarView; 43 class BookmarkBarView;
45 class Browser; 44 class Browser;
46 class BrowserBubble; 45 class BrowserBubble;
47 class BrowserViewLayout; 46 class BrowserViewLayout;
48 class ContentsContainer; 47 class ContentsContainer;
49 class DownloadShelfView; 48 class DownloadShelfView;
50 class EncodingMenuModel; 49 class EncodingMenuModel;
51 class FullscreenExitBubble; 50 class FullscreenExitBubble;
52 class HtmlDialogUIDelegate; 51 class HtmlDialogUIDelegate;
53 class InfoBarContainer; 52 class InfoBarContainer;
(...skipping 614 matching lines...) Expand 10 before | Expand all | Expand 10 after
668 667
669 // The custom AeroPeek manager for Windows 7. 668 // The custom AeroPeek manager for Windows 7.
670 scoped_ptr<AeroPeekManager> aeropeek_manager_; 669 scoped_ptr<AeroPeekManager> aeropeek_manager_;
671 #endif 670 #endif
672 671
673 // The timer used to update frames for the Loading Animation. 672 // The timer used to update frames for the Loading Animation.
674 base::RepeatingTimer<BrowserView> loading_animation_timer_; 673 base::RepeatingTimer<BrowserView> loading_animation_timer_;
675 674
676 UnhandledKeyboardEventHandler unhandled_keyboard_event_handler_; 675 UnhandledKeyboardEventHandler unhandled_keyboard_event_handler_;
677 676
678 scoped_ptr<AccessibleViewHelper> accessible_view_helper_;
679
680 NotificationRegistrar registrar_; 677 NotificationRegistrar registrar_;
681 678
682 DISALLOW_COPY_AND_ASSIGN(BrowserView); 679 DISALLOW_COPY_AND_ASSIGN(BrowserView);
683 }; 680 };
684 681
685 #endif // CHROME_BROWSER_UI_VIEWS_FRAME_BROWSER_VIEW_H_ 682 #endif // CHROME_BROWSER_UI_VIEWS_FRAME_BROWSER_VIEW_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/accessible_view_helper.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