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

Side by Side Diff: ash/system/tray/system_tray_delegate.h

Issue 983823002: Use GUID instead of servicePath in network settings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue_430115_internet_options_enable_extension_apis
Patch Set: Use guid instead of service_path for proxy prefs Created 5 years, 9 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
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 #ifndef ASH_SYSTEM_TRAY_SYSTEM_TRAY_DELEGATE_H_ 5 #ifndef ASH_SYSTEM_TRAY_SYSTEM_TRAY_DELEGATE_H_
6 #define ASH_SYSTEM_TRAY_SYSTEM_TRAY_DELEGATE_H_ 6 #define ASH_SYSTEM_TRAY_SYSTEM_TRAY_DELEGATE_H_
7 7
8 #include <string> 8 #include <string>
9 #include <vector> 9 #include <vector>
10 10
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 174
175 // Returns true if settings menu item should appear. 175 // Returns true if settings menu item should appear.
176 virtual bool ShouldShowSettings(); 176 virtual bool ShouldShowSettings();
177 177
178 // Shows the settings related to date, timezone etc. 178 // Shows the settings related to date, timezone etc.
179 virtual void ShowDateSettings(); 179 virtual void ShowDateSettings();
180 180
181 // Shows the dialog to set system time, date, and timezone. 181 // Shows the dialog to set system time, date, and timezone.
182 virtual void ShowSetTimeDialog(); 182 virtual void ShowSetTimeDialog();
183 183
184 // Shows the settings related to network. If |service_path| is not empty, 184 // Shows the settings related to network. If |guid| is not empty,
185 // show the settings for that network. 185 // show the settings for the corresponding network.
186 virtual void ShowNetworkSettings(const std::string& service_path); 186 virtual void ShowNetworkSettingsForGuid(const std::string& guid);
187 187
188 // Shows the settings related to bluetooth. 188 // Shows the settings related to bluetooth.
189 virtual void ShowBluetoothSettings(); 189 virtual void ShowBluetoothSettings();
190 190
191 // Shows settings related to multiple displays. 191 // Shows settings related to multiple displays.
192 virtual void ShowDisplaySettings(); 192 virtual void ShowDisplaySettings();
193 193
194 // Shows the page that lets you disable performance tracing. 194 // Shows the page that lets you disable performance tracing.
195 virtual void ShowChromeSlow(); 195 virtual void ShowChromeSlow();
196 196
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 330
331 // Determines whether the device is automatically rebooted when shut down as 331 // Determines whether the device is automatically rebooted when shut down as
332 // specified by the device policy |DeviceRebootOnShutdown|. This function 332 // specified by the device policy |DeviceRebootOnShutdown|. This function
333 // asynchronously calls |callback| once a trusted policy becomes available. 333 // asynchronously calls |callback| once a trusted policy becomes available.
334 virtual void ShouldRebootOnShutdown(const RebootOnShutdownCallback& callback); 334 virtual void ShouldRebootOnShutdown(const RebootOnShutdownCallback& callback);
335 }; 335 };
336 336
337 } // namespace ash 337 } // namespace ash
338 338
339 #endif // ASH_SYSTEM_TRAY_SYSTEM_TRAY_DELEGATE_H_ 339 #endif // ASH_SYSTEM_TRAY_SYSTEM_TRAY_DELEGATE_H_
OLDNEW
« no previous file with comments | « ash/system/chromeos/network/network_state_list_detailed_view.cc ('k') | ash/system/tray/system_tray_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698