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

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

Issue 23945002: file_manager: Move non-binding code to c/b/chromeos/file_manager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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
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"
20 #include "chrome/browser/chromeos/extensions/media_player_api.h" 19 #include "chrome/browser/chromeos/extensions/media_player_api.h"
21 #include "chrome/browser/chromeos/extensions/media_player_event_router.h" 20 #include "chrome/browser/chromeos/extensions/media_player_event_router.h"
21 #include "chrome/browser/chromeos/file_manager/app_id.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" 29 #include "chrome/browser/ui/ash/window_positioner.h"
30 #include "chrome/browser/ui/browser.h" 30 #include "chrome/browser/ui/browser.h"
31 #include "chrome/browser/ui/browser_finder.h" 31 #include "chrome/browser/ui/browser_finder.h"
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 } 268 }
269 269
270 void ChromeShellDelegate::PlatformInit() { 270 void ChromeShellDelegate::PlatformInit() {
271 registrar_.Add(this, 271 registrar_.Add(this,
272 chrome::NOTIFICATION_LOGIN_USER_PROFILE_PREPARED, 272 chrome::NOTIFICATION_LOGIN_USER_PROFILE_PREPARED,
273 content::NotificationService::AllSources()); 273 content::NotificationService::AllSources());
274 registrar_.Add(this, 274 registrar_.Add(this,
275 chrome::NOTIFICATION_SESSION_STARTED, 275 chrome::NOTIFICATION_SESSION_STARTED,
276 content::NotificationService::AllSources()); 276 content::NotificationService::AllSources());
277 } 277 }
OLDNEW
« no previous file with comments | « chrome/browser/translate/translate_manager_unittest.cc ('k') | chrome/browser/ui/ash/screenshot_taker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698