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

Side by Side Diff: ash/system/tray/default_system_tray_delegate.cc

Issue 102373006: Merge 240486 "Implement the spring charger replacement UI and ad..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1650/src/
Patch Set: Created 7 years 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 | « ash/system/tray/default_system_tray_delegate.h ('k') | ash/system/tray/system_tray_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 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 "ash/system/tray/default_system_tray_delegate.h" 5 #include "ash/system/tray/default_system_tray_delegate.h"
6 6
7 #include <string> 7 #include <string>
8 8
9 #include "ash/session_state_delegate.h" 9 #include "ash/session_state_delegate.h"
10 #include "ash/shell.h" 10 #include "ash/shell.h"
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 145
146 void DefaultSystemTrayDelegate::ShowEnterpriseInfo() { 146 void DefaultSystemTrayDelegate::ShowEnterpriseInfo() {
147 } 147 }
148 148
149 void DefaultSystemTrayDelegate::ShowLocallyManagedUserInfo() { 149 void DefaultSystemTrayDelegate::ShowLocallyManagedUserInfo() {
150 } 150 }
151 151
152 void DefaultSystemTrayDelegate::ShowUserLogin() { 152 void DefaultSystemTrayDelegate::ShowUserLogin() {
153 } 153 }
154 154
155 void DefaultSystemTrayDelegate::ShowSpringChargerReplacementDialog() {
156 }
157
158 bool DefaultSystemTrayDelegate::HasUserConfirmedSafeSpringCharger() {
159 return false;
160 }
161
155 void DefaultSystemTrayDelegate::ShutDown() { 162 void DefaultSystemTrayDelegate::ShutDown() {
156 } 163 }
157 164
158 void DefaultSystemTrayDelegate::SignOut() { 165 void DefaultSystemTrayDelegate::SignOut() {
159 } 166 }
160 167
161 void DefaultSystemTrayDelegate::RequestLockScreen() { 168 void DefaultSystemTrayDelegate::RequestLockScreen() {
162 } 169 }
163 170
164 void DefaultSystemTrayDelegate::RequestRestartForUpdate() { 171 void DefaultSystemTrayDelegate::RequestRestartForUpdate() {
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 277
271 int DefaultSystemTrayDelegate::GetSystemTrayMenuWidth() { 278 int DefaultSystemTrayDelegate::GetSystemTrayMenuWidth() {
272 // This is the default width for English languages. 279 // This is the default width for English languages.
273 return 300; 280 return 300;
274 } 281 }
275 282
276 void DefaultSystemTrayDelegate::MaybeSpeak(const std::string& utterance) const { 283 void DefaultSystemTrayDelegate::MaybeSpeak(const std::string& utterance) const {
277 } 284 }
278 285
279 } // namespace ash 286 } // namespace ash
OLDNEW
« no previous file with comments | « ash/system/tray/default_system_tray_delegate.h ('k') | ash/system/tray/system_tray_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698