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

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

Issue 8463009: Cleanup: Remove unneeded forward declarations from chrome/browser/ui/views. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: rebase, no code change 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
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 29 matching lines...) Expand all
40 40
41 class BookmarkBarView; 41 class BookmarkBarView;
42 class Browser; 42 class Browser;
43 class BrowserBubble; 43 class BrowserBubble;
44 class BrowserViewLayout; 44 class BrowserViewLayout;
45 class ContentsContainer; 45 class ContentsContainer;
46 class DownloadShelfView; 46 class DownloadShelfView;
47 class EncodingMenuModel; 47 class EncodingMenuModel;
48 class Extension; 48 class Extension;
49 class FullscreenExitBubbleViews; 49 class FullscreenExitBubbleViews;
50 class HtmlDialogUIDelegate;
51 class InfoBarContainerView; 50 class InfoBarContainerView;
52 class LocationBarView; 51 class LocationBarView;
53 class SideTabStrip;
54 class StatusBubbleViews; 52 class StatusBubbleViews;
55 class TabContentsContainer; 53 class TabContentsContainer;
56 class TabStripModel; 54 class TabStripModel;
57 class ToolbarView; 55 class ToolbarView;
58 class ZoomMenuModel; 56 class ZoomMenuModel;
59 57
60 #if defined(OS_WIN) 58 #if defined(OS_WIN)
61 class AeroPeekManager; 59 class AeroPeekManager;
62 class JumpList; 60 class JumpList;
63 #endif 61 #endif
(...skipping 658 matching lines...) Expand 10 before | Expand all | Expand 10 after
722 // If this flag is set then SetFocusToLocationBar() will set focus to the 720 // If this flag is set then SetFocusToLocationBar() will set focus to the
723 // location bar even if the browser window is not active. 721 // location bar even if the browser window is not active.
724 bool force_location_bar_focus_; 722 bool force_location_bar_focus_;
725 723
726 PendingFullscreenRequest fullscreen_request_; 724 PendingFullscreenRequest fullscreen_request_;
727 725
728 DISALLOW_COPY_AND_ASSIGN(BrowserView); 726 DISALLOW_COPY_AND_ASSIGN(BrowserView);
729 }; 727 };
730 728
731 #endif // CHROME_BROWSER_UI_VIEWS_FRAME_BROWSER_VIEW_H_ 729 #endif // CHROME_BROWSER_UI_VIEWS_FRAME_BROWSER_VIEW_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698