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

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

Issue 5544002: Move a bunch more browser stuff around.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years 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/toolbar_model.cc ('k') | chrome/browser/ui/browser.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) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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_BROWSER_H_ 5 #ifndef CHROME_BROWSER_UI_BROWSER_H_
6 #define CHROME_BROWSER_UI_BROWSER_H_ 6 #define CHROME_BROWSER_UI_BROWSER_H_
7 #pragma once 7 #pragma once
8 8
9 #include <map> 9 #include <map>
10 #include <set> 10 #include <set>
(...skipping 11 matching lines...) Expand all
22 #include "chrome/browser/prefs/pref_member.h" 22 #include "chrome/browser/prefs/pref_member.h"
23 #include "chrome/browser/sessions/session_id.h" 23 #include "chrome/browser/sessions/session_id.h"
24 #include "chrome/browser/sessions/tab_restore_service_observer.h" 24 #include "chrome/browser/sessions/tab_restore_service_observer.h"
25 #include "chrome/browser/shell_dialogs.h" 25 #include "chrome/browser/shell_dialogs.h"
26 #include "chrome/browser/sync/profile_sync_service_observer.h" 26 #include "chrome/browser/sync/profile_sync_service_observer.h"
27 #include "chrome/browser/tabs/tab_handler.h" 27 #include "chrome/browser/tabs/tab_handler.h"
28 #include "chrome/browser/tabs/tab_strip_model_delegate.h" // TODO(beng): remov e 28 #include "chrome/browser/tabs/tab_strip_model_delegate.h" // TODO(beng): remov e
29 #include "chrome/browser/tabs/tab_strip_model_observer.h" // TODO(beng): remov e 29 #include "chrome/browser/tabs/tab_strip_model_observer.h" // TODO(beng): remov e
30 #include "chrome/browser/tab_contents/page_navigator.h" 30 #include "chrome/browser/tab_contents/page_navigator.h"
31 #include "chrome/browser/tab_contents/tab_contents_delegate.h" 31 #include "chrome/browser/tab_contents/tab_contents_delegate.h"
32 #include "chrome/browser/toolbar_model.h" 32 #include "chrome/browser/ui/toolbar/toolbar_model.h"
33 #include "chrome/common/extensions/extension_constants.h" 33 #include "chrome/common/extensions/extension_constants.h"
34 #include "chrome/common/notification_registrar.h" 34 #include "chrome/common/notification_registrar.h"
35 #include "chrome/common/page_transition_types.h" 35 #include "chrome/common/page_transition_types.h"
36 #include "chrome/common/page_zoom.h" 36 #include "chrome/common/page_zoom.h"
37 #include "gfx/rect.h" 37 #include "gfx/rect.h"
38 38
39 class BrowserWindow; 39 class BrowserWindow;
40 class Extension; 40 class Extension;
41 class FindBarController; 41 class FindBarController;
42 class InstantController; 42 class InstantController;
(...skipping 1065 matching lines...) Expand 10 before | Expand all | Expand 10 after
1108 // The profile's tab restore service. The service is owned by the profile, 1108 // The profile's tab restore service. The service is owned by the profile,
1109 // and we install ourselves as an observer. 1109 // and we install ourselves as an observer.
1110 TabRestoreService* tab_restore_service_; 1110 TabRestoreService* tab_restore_service_;
1111 1111
1112 scoped_ptr<InstantController> instant_; 1112 scoped_ptr<InstantController> instant_;
1113 1113
1114 DISALLOW_COPY_AND_ASSIGN(Browser); 1114 DISALLOW_COPY_AND_ASSIGN(Browser);
1115 }; 1115 };
1116 1116
1117 #endif // CHROME_BROWSER_UI_BROWSER_H_ 1117 #endif // CHROME_BROWSER_UI_BROWSER_H_
OLDNEW
« no previous file with comments | « chrome/browser/toolbar_model.cc ('k') | chrome/browser/ui/browser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698