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

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

Issue 12789006: base/prefs: Remove the public/ directory and move the files to //base/prefs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 9 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
« no previous file with comments | « chrome/browser/ui/browser.h ('k') | chrome/browser/ui/browser_instant_controller.h » ('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) 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_BROWSER_COMMAND_CONTROLLER_H_ 5 #ifndef CHROME_BROWSER_UI_BROWSER_COMMAND_CONTROLLER_H_
6 #define CHROME_BROWSER_UI_BROWSER_COMMAND_CONTROLLER_H_ 6 #define CHROME_BROWSER_UI_BROWSER_COMMAND_CONTROLLER_H_
7 7
8 #include <vector> 8 #include <vector>
9 9
10 #include "base/prefs/public/pref_change_registrar.h" 10 #include "base/prefs/pref_change_registrar.h"
11 #include "base/prefs/public/pref_member.h" 11 #include "base/prefs/pref_member.h"
12 #include "chrome/browser/command_updater.h" 12 #include "chrome/browser/command_updater.h"
13 #include "chrome/browser/command_updater_delegate.h" 13 #include "chrome/browser/command_updater_delegate.h"
14 #include "chrome/browser/profiles/profile_info_cache_observer.h" 14 #include "chrome/browser/profiles/profile_info_cache_observer.h"
15 #include "chrome/browser/sessions/tab_restore_service_observer.h" 15 #include "chrome/browser/sessions/tab_restore_service_observer.h"
16 #include "chrome/browser/ui/tabs/tab_strip_model_observer.h" 16 #include "chrome/browser/ui/tabs/tab_strip_model_observer.h"
17 #include "ui/base/window_open_disposition.h" 17 #include "ui/base/window_open_disposition.h"
18 18
19 class Browser; 19 class Browser;
20 class BrowserWindow; 20 class BrowserWindow;
21 class Profile; 21 class Profile;
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 PrefChangeRegistrar profile_pref_registrar_; 211 PrefChangeRegistrar profile_pref_registrar_;
212 PrefChangeRegistrar local_pref_registrar_; 212 PrefChangeRegistrar local_pref_registrar_;
213 BooleanPrefMember pref_signin_allowed_; 213 BooleanPrefMember pref_signin_allowed_;
214 214
215 DISALLOW_COPY_AND_ASSIGN(BrowserCommandController); 215 DISALLOW_COPY_AND_ASSIGN(BrowserCommandController);
216 }; 216 };
217 217
218 } // namespace chrome 218 } // namespace chrome
219 219
220 #endif // CHROME_BROWSER_UI_BROWSER_COMMAND_CONTROLLER_H_ 220 #endif // CHROME_BROWSER_UI_BROWSER_COMMAND_CONTROLLER_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/browser.h ('k') | chrome/browser/ui/browser_instant_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698