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

Side by Side Diff: ash/shell/shell_delegate_impl.cc

Issue 1921353002: Moves handful of files to ash/wm/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@shell_ids
Patch Set: merge to trunk Created 4 years, 8 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
« no previous file with comments | « ash/shelf/shelf_window_watcher_unittest.cc ('k') | ash/shell/toplevel_window.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) 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 #include "ash/shell/shell_delegate_impl.h" 5 #include "ash/shell/shell_delegate_impl.h"
6 6
7 #include "ash/accessibility_delegate.h" 7 #include "ash/accessibility_delegate.h"
8 #include "ash/app_list/app_list_presenter_delegate_factory.h" 8 #include "ash/app_list/app_list_presenter_delegate_factory.h"
9 #include "ash/app_list/app_list_view_delegate_factory.h" 9 #include "ash/app_list/app_list_view_delegate_factory.h"
10 #include "ash/default_accessibility_delegate.h" 10 #include "ash/default_accessibility_delegate.h"
11 #include "ash/default_user_wallpaper_delegate.h" 11 #include "ash/default_user_wallpaper_delegate.h"
12 #include "ash/gpu_support_stub.h" 12 #include "ash/gpu_support_stub.h"
13 #include "ash/media_delegate.h" 13 #include "ash/media_delegate.h"
14 #include "ash/new_window_delegate.h" 14 #include "ash/new_window_delegate.h"
15 #include "ash/session/session_state_delegate.h" 15 #include "ash/session/session_state_delegate.h"
16 #include "ash/shell/context_menu.h" 16 #include "ash/shell/context_menu.h"
17 #include "ash/shell/example_factory.h" 17 #include "ash/shell/example_factory.h"
18 #include "ash/shell/shelf_delegate_impl.h" 18 #include "ash/shell/shelf_delegate_impl.h"
19 #include "ash/shell/toplevel_window.h" 19 #include "ash/shell/toplevel_window.h"
20 #include "ash/shell_window_ids.h" 20 #include "ash/shell_window_ids.h"
21 #include "ash/system/tray/default_system_tray_delegate.h" 21 #include "ash/system/tray/default_system_tray_delegate.h"
22 #include "ash/test/test_keyboard_ui.h" 22 #include "ash/test/test_keyboard_ui.h"
23 #include "ash/wm/window_state.h" 23 #include "ash/wm/common/window_state.h"
24 #include "base/memory/ptr_util.h" 24 #include "base/memory/ptr_util.h"
25 #include "base/message_loop/message_loop.h" 25 #include "base/message_loop/message_loop.h"
26 #include "base/strings/utf_string_conversions.h" 26 #include "base/strings/utf_string_conversions.h"
27 #include "components/user_manager/user_info_impl.h" 27 #include "components/user_manager/user_info_impl.h"
28 #include "ui/app_list/app_list_view_delegate.h" 28 #include "ui/app_list/app_list_view_delegate.h"
29 #include "ui/app_list/presenter/app_list_presenter_impl.h" 29 #include "ui/app_list/presenter/app_list_presenter_impl.h"
30 #include "ui/aura/window.h" 30 #include "ui/aura/window.h"
31 #include "ui/gfx/image/image.h" 31 #include "ui/gfx/image/image.h"
32 #include "ui/gfx/image/image_skia.h" 32 #include "ui/gfx/image/image_skia.h"
33 33
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 base::string16 ShellDelegateImpl::GetProductName() const { 267 base::string16 ShellDelegateImpl::GetProductName() const {
268 return base::string16(); 268 return base::string16();
269 } 269 }
270 270
271 gfx::Image ShellDelegateImpl::GetDeprecatedAcceleratorImage() const { 271 gfx::Image ShellDelegateImpl::GetDeprecatedAcceleratorImage() const {
272 return gfx::Image(); 272 return gfx::Image();
273 } 273 }
274 274
275 } // namespace shell 275 } // namespace shell
276 } // namespace ash 276 } // namespace ash
OLDNEW
« no previous file with comments | « ash/shelf/shelf_window_watcher_unittest.cc ('k') | ash/shell/toplevel_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698