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

Side by Side Diff: chrome/browser/ui/ash/chrome_shell_delegate_chromeos.cc

Issue 23591028: [Cleanup] fix macro, comments and unused includes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update comment Created 7 years, 3 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/ash/chrome_shell_delegate.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 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 #include "chrome/browser/ui/ash/chrome_shell_delegate.h" 5 #include "chrome/browser/ui/ash/chrome_shell_delegate.h"
6 6
7 #include "apps/native_app_window.h" 7 #include "apps/native_app_window.h"
8 #include "apps/shell_window_registry.h" 8 #include "apps/shell_window_registry.h"
9 #include "ash/keyboard_overlay/keyboard_overlay_view.h" 9 #include "ash/keyboard_overlay/keyboard_overlay_view.h"
10 #include "ash/wm/mru_window_tracker.h" 10 #include "ash/wm/mru_window_tracker.h"
11 #include "ash/wm/window_util.h" 11 #include "ash/wm/window_util.h"
12 #include "base/command_line.h" 12 #include "base/command_line.h"
13 #include "base/prefs/pref_service.h" 13 #include "base/prefs/pref_service.h"
14 #include "chrome/browser/chrome_notification_types.h" 14 #include "chrome/browser/chrome_notification_types.h"
15 #include "chrome/browser/chromeos/accessibility/accessibility_manager.h" 15 #include "chrome/browser/chromeos/accessibility/accessibility_manager.h"
16 #include "chrome/browser/chromeos/accessibility/magnification_manager.h" 16 #include "chrome/browser/chromeos/accessibility/magnification_manager.h"
17 #include "chrome/browser/chromeos/background/ash_user_wallpaper_delegate.h" 17 #include "chrome/browser/chromeos/background/ash_user_wallpaper_delegate.h"
18 #include "chrome/browser/chromeos/display/display_preferences.h" 18 #include "chrome/browser/chromeos/display/display_preferences.h"
19 #include "chrome/browser/chromeos/extensions/file_manager/app_id.h" 19 #include "chrome/browser/chromeos/extensions/file_manager/app_id.h"
20 #include "chrome/browser/chromeos/extensions/media_player_api.h" 20 #include "chrome/browser/chromeos/extensions/media_player_api.h"
21 #include "chrome/browser/chromeos/extensions/media_player_event_router.h" 21 #include "chrome/browser/chromeos/extensions/media_player_event_router.h"
22 #include "chrome/browser/chromeos/system/ash_system_tray_delegate.h" 22 #include "chrome/browser/chromeos/system/ash_system_tray_delegate.h"
23 #include "chrome/browser/extensions/api/terminal/terminal_extension_helper.h" 23 #include "chrome/browser/extensions/api/terminal/terminal_extension_helper.h"
24 #include "chrome/browser/extensions/extension_service.h" 24 #include "chrome/browser/extensions/extension_service.h"
25 #include "chrome/browser/profiles/profile_manager.h" 25 #include "chrome/browser/profiles/profile_manager.h"
26 #include "chrome/browser/speech/tts_controller.h" 26 #include "chrome/browser/speech/tts_controller.h"
27 #include "chrome/browser/ui/ash/caps_lock_delegate_chromeos.h" 27 #include "chrome/browser/ui/ash/caps_lock_delegate_chromeos.h"
28 #include "chrome/browser/ui/ash/session_state_delegate_chromeos.h" 28 #include "chrome/browser/ui/ash/session_state_delegate_chromeos.h"
29 #include "chrome/browser/ui/ash/window_positioner.h"
30 #include "chrome/browser/ui/browser.h" 29 #include "chrome/browser/ui/browser.h"
31 #include "chrome/browser/ui/browser_finder.h" 30 #include "chrome/browser/ui/browser_finder.h"
32 #include "chrome/browser/ui/browser_window.h" 31 #include "chrome/browser/ui/browser_window.h"
33 #include "chrome/browser/ui/extensions/application_launch.h" 32 #include "chrome/browser/ui/extensions/application_launch.h"
34 #include "chrome/browser/ui/webui/chrome_web_contents_handler.h" 33 #include "chrome/browser/ui/webui/chrome_web_contents_handler.h"
35 #include "chrome/common/chrome_switches.h"
36 #include "chrome/common/pref_names.h" 34 #include "chrome/common/pref_names.h"
37 #include "chrome/common/url_constants.h" 35 #include "chrome/common/url_constants.h"
38 #include "chromeos/chromeos_switches.h" 36 #include "chromeos/chromeos_switches.h"
39 #include "chromeos/dbus/dbus_thread_manager.h" 37 #include "chromeos/dbus/dbus_thread_manager.h"
40 #include "chromeos/dbus/power_manager_client.h" 38 #include "chromeos/dbus/power_manager_client.h"
41 #include "chromeos/ime/input_method_manager.h" 39 #include "chromeos/ime/input_method_manager.h"
42 #include "content/public/browser/notification_service.h" 40 #include "content/public/browser/notification_service.h"
43 #include "content/public/browser/user_metrics.h" 41 #include "content/public/browser/user_metrics.h"
44 #include "content/public/browser/web_contents.h" 42 #include "content/public/browser/web_contents.h"
45 #include "content/public/browser/web_contents_view.h" 43 #include "content/public/browser/web_contents_view.h"
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 } 266 }
269 267
270 void ChromeShellDelegate::PlatformInit() { 268 void ChromeShellDelegate::PlatformInit() {
271 registrar_.Add(this, 269 registrar_.Add(this,
272 chrome::NOTIFICATION_LOGIN_USER_PROFILE_PREPARED, 270 chrome::NOTIFICATION_LOGIN_USER_PROFILE_PREPARED,
273 content::NotificationService::AllSources()); 271 content::NotificationService::AllSources());
274 registrar_.Add(this, 272 registrar_.Add(this,
275 chrome::NOTIFICATION_SESSION_STARTED, 273 chrome::NOTIFICATION_SESSION_STARTED,
276 content::NotificationService::AllSources()); 274 content::NotificationService::AllSources());
277 } 275 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/ash/chrome_shell_delegate.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698