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

Side by Side Diff: chrome/browser/ui/ash/system_tray_delegate_chromeos.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 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 #ifndef CHROME_BROWSER_UI_ASH_SYSTEM_TRAY_DELEGATE_CHROMEOS_H_ 5 #ifndef CHROME_BROWSER_UI_ASH_SYSTEM_TRAY_DELEGATE_CHROMEOS_H_
6 #define CHROME_BROWSER_UI_ASH_SYSTEM_TRAY_DELEGATE_CHROMEOS_H_ 6 #define CHROME_BROWSER_UI_ASH_SYSTEM_TRAY_DELEGATE_CHROMEOS_H_
7 7
8 #include <string> 8 #include <string>
9 #include <vector> 9 #include <vector>
10 10
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 const base::string16 GetSupervisedUserManagerName() const override; 81 const base::string16 GetSupervisedUserManagerName() const override;
82 const base::string16 GetSupervisedUserMessage() const override; 82 const base::string16 GetSupervisedUserMessage() const override;
83 bool IsUserSupervised() const override; 83 bool IsUserSupervised() const override;
84 bool IsUserChild() const override; 84 bool IsUserChild() const override;
85 void GetSystemUpdateInfo(ash::UpdateInfo* info) const override; 85 void GetSystemUpdateInfo(ash::UpdateInfo* info) const override;
86 base::HourClockType GetHourClockType() const override; 86 base::HourClockType GetHourClockType() const override;
87 void ShowSettings() override; 87 void ShowSettings() override;
88 bool ShouldShowSettings() override; 88 bool ShouldShowSettings() override;
89 void ShowDateSettings() override; 89 void ShowDateSettings() override;
90 void ShowSetTimeDialog() override; 90 void ShowSetTimeDialog() override;
91 void ShowNetworkSettings(const std::string& service_path) override; 91 void ShowNetworkSettingsForGuid(const std::string& guid) override;
92 void ShowBluetoothSettings() override; 92 void ShowBluetoothSettings() override;
93 void ShowDisplaySettings() override; 93 void ShowDisplaySettings() override;
94 void ShowChromeSlow() override; 94 void ShowChromeSlow() override;
95 bool ShouldShowDisplayNotification() override; 95 bool ShouldShowDisplayNotification() override;
96 void ShowIMESettings() override; 96 void ShowIMESettings() override;
97 void ShowHelp() override; 97 void ShowHelp() override;
98 void ShowAccessibilityHelp() override; 98 void ShowAccessibilityHelp() override;
99 void ShowAccessibilitySettings() override; 99 void ShowAccessibilitySettings() override;
100 void ShowPublicAccountInfo() override; 100 void ShowPublicAccountInfo() override;
101 void ShowSupervisedUserInfo() override; 101 void ShowSupervisedUserInfo() override;
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 301
302 base::WeakPtrFactory<SystemTrayDelegateChromeOS> weak_ptr_factory_; 302 base::WeakPtrFactory<SystemTrayDelegateChromeOS> weak_ptr_factory_;
303 303
304 DISALLOW_COPY_AND_ASSIGN(SystemTrayDelegateChromeOS); 304 DISALLOW_COPY_AND_ASSIGN(SystemTrayDelegateChromeOS);
305 }; 305 };
306 306
307 ash::SystemTrayDelegate* CreateSystemTrayDelegate(); 307 ash::SystemTrayDelegate* CreateSystemTrayDelegate();
308 308
309 } // namespace chromeos 309 } // namespace chromeos
310 #endif // CHROME_BROWSER_UI_ASH_SYSTEM_TRAY_DELEGATE_CHROMEOS_H_ 310 #endif // CHROME_BROWSER_UI_ASH_SYSTEM_TRAY_DELEGATE_CHROMEOS_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/ash/network_connect_delegate_chromeos.cc ('k') | chrome/browser/ui/ash/system_tray_delegate_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698