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

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

Issue 2202753002: [arc-intents] Properly qualify API-generated page transitions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2785
Patch Set: Created 4 years, 4 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/sysui/shell_delegate_mus.h ('k') | ash/test/test_shell_delegate.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/sysui/shell_delegate_mus.h" 5 #include "ash/sysui/shell_delegate_mus.h"
6 6
7 #include "ash/common/default_accessibility_delegate.h" 7 #include "ash/common/default_accessibility_delegate.h"
8 #include "ash/common/media_delegate.h" 8 #include "ash/common/media_delegate.h"
9 #include "ash/common/session/session_state_delegate.h" 9 #include "ash/common/session/session_state_delegate.h"
10 #include "ash/common/system/tray/default_system_tray_delegate.h" 10 #include "ash/common/system/tray/default_system_tray_delegate.h"
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 void ShellDelegateMus::AddVirtualKeyboardStateObserver( 161 void ShellDelegateMus::AddVirtualKeyboardStateObserver(
162 VirtualKeyboardStateObserver* observer) { 162 VirtualKeyboardStateObserver* observer) {
163 NOTIMPLEMENTED(); 163 NOTIMPLEMENTED();
164 } 164 }
165 165
166 void ShellDelegateMus::RemoveVirtualKeyboardStateObserver( 166 void ShellDelegateMus::RemoveVirtualKeyboardStateObserver(
167 VirtualKeyboardStateObserver* observer) { 167 VirtualKeyboardStateObserver* observer) {
168 NOTIMPLEMENTED(); 168 NOTIMPLEMENTED();
169 } 169 }
170 170
171 void ShellDelegateMus::OpenUrl(const GURL& url) { 171 void ShellDelegateMus::OpenUrlFromArc(const GURL& url) {
172 NOTIMPLEMENTED(); 172 NOTIMPLEMENTED();
173 } 173 }
174 174
175 app_list::AppListPresenter* ShellDelegateMus::GetAppListPresenter() { 175 app_list::AppListPresenter* ShellDelegateMus::GetAppListPresenter() {
176 return app_list_presenter_.get(); 176 return app_list_presenter_.get();
177 } 177 }
178 178
179 ShelfDelegate* ShellDelegateMus::CreateShelfDelegate(ShelfModel* model) { 179 ShelfDelegate* ShellDelegateMus::CreateShelfDelegate(ShelfModel* model) {
180 return new ShelfDelegateMus(model); 180 return new ShelfDelegateMus(model);
181 } 181 }
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 return base::string16(); 229 return base::string16();
230 } 230 }
231 231
232 gfx::Image ShellDelegateMus::GetDeprecatedAcceleratorImage() const { 232 gfx::Image ShellDelegateMus::GetDeprecatedAcceleratorImage() const {
233 NOTIMPLEMENTED(); 233 NOTIMPLEMENTED();
234 return gfx::Image(); 234 return gfx::Image();
235 } 235 }
236 236
237 } // namespace sysui 237 } // namespace sysui
238 } // namespace ash 238 } // namespace ash
OLDNEW
« no previous file with comments | « ash/sysui/shell_delegate_mus.h ('k') | ash/test/test_shell_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698