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

Side by Side Diff: ash/mus/shell_delegate_mus.cc

Issue 1843563003: Move arc_intent_helper_bridge.h from c/b/chromeos/ to components/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address a comment 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/mus/shell_delegate_mus.h ('k') | ash/shell/shell_delegate_impl.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 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 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/mus/shell_delegate_mus.h" 5 #include "ash/mus/shell_delegate_mus.h"
6 6
7 #include "ash/default_accessibility_delegate.h" 7 #include "ash/default_accessibility_delegate.h"
8 #include "ash/default_user_wallpaper_delegate.h" 8 #include "ash/default_user_wallpaper_delegate.h"
9 #include "ash/gpu_support_stub.h" 9 #include "ash/gpu_support_stub.h"
10 #include "ash/media_delegate.h" 10 #include "ash/media_delegate.h"
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 void ShellDelegateMus::AddVirtualKeyboardStateObserver( 153 void ShellDelegateMus::AddVirtualKeyboardStateObserver(
154 VirtualKeyboardStateObserver* observer) { 154 VirtualKeyboardStateObserver* observer) {
155 NOTIMPLEMENTED(); 155 NOTIMPLEMENTED();
156 } 156 }
157 157
158 void ShellDelegateMus::RemoveVirtualKeyboardStateObserver( 158 void ShellDelegateMus::RemoveVirtualKeyboardStateObserver(
159 VirtualKeyboardStateObserver* observer) { 159 VirtualKeyboardStateObserver* observer) {
160 NOTIMPLEMENTED(); 160 NOTIMPLEMENTED();
161 } 161 }
162 162
163 void ShellDelegateMus::OpenUrl(const GURL& url) {
164 NOTIMPLEMENTED();
165 }
166
163 app_list::AppListViewDelegate* ShellDelegateMus::GetAppListViewDelegate() { 167 app_list::AppListViewDelegate* ShellDelegateMus::GetAppListViewDelegate() {
164 NOTIMPLEMENTED(); 168 NOTIMPLEMENTED();
165 return nullptr; 169 return nullptr;
166 } 170 }
167 171
168 ShelfDelegate* ShellDelegateMus::CreateShelfDelegate(ShelfModel* model) { 172 ShelfDelegate* ShellDelegateMus::CreateShelfDelegate(ShelfModel* model) {
169 return new ShelfDelegateMus(model); 173 return new ShelfDelegateMus(model);
170 } 174 }
171 175
172 SystemTrayDelegate* ShellDelegateMus::CreateSystemTrayDelegate() { 176 SystemTrayDelegate* ShellDelegateMus::CreateSystemTrayDelegate() {
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 return base::string16(); 218 return base::string16();
215 } 219 }
216 220
217 gfx::Image ShellDelegateMus::GetDeprecatedAcceleratorImage() const { 221 gfx::Image ShellDelegateMus::GetDeprecatedAcceleratorImage() const {
218 NOTIMPLEMENTED(); 222 NOTIMPLEMENTED();
219 return gfx::Image(); 223 return gfx::Image();
220 } 224 }
221 225
222 } // namespace sysui 226 } // namespace sysui
223 } // namespace ash 227 } // namespace ash
OLDNEW
« no previous file with comments | « ash/mus/shell_delegate_mus.h ('k') | ash/shell/shell_delegate_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698