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

Unified Diff: chrome/browser/ui/ash/system_tray_delegate_common.cc

Issue 673713003: Create a NetworkConnect class and Delegate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More virtual fixes Created 6 years, 2 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/ash/system_tray_delegate_common.cc
diff --git a/chrome/browser/ui/ash/system_tray_delegate_common.cc b/chrome/browser/ui/ash/system_tray_delegate_common.cc
index d8bf13227febddd3bd6d6f9ebc49095ac401150b..12a07d4aa2eebbcd6598895b794931cfc0cd4fa0 100644
--- a/chrome/browser/ui/ash/system_tray_delegate_common.cc
+++ b/chrome/browser/ui/ash/system_tray_delegate_common.cc
@@ -211,27 +211,12 @@ void SystemTrayDelegateCommon::SwitchIME(const std::string& ime_id) {
void SystemTrayDelegateCommon::ActivateIMEProperty(const std::string& key) {
}
-void SystemTrayDelegateCommon::ShowNetworkConfigure(
- const std::string& network_id) {
-}
-
-bool SystemTrayDelegateCommon::EnrollNetwork(const std::string& network_id) {
- return true;
-}
-
void SystemTrayDelegateCommon::ManageBluetoothDevices() {
}
void SystemTrayDelegateCommon::ToggleBluetooth() {
}
-void SystemTrayDelegateCommon::ShowMobileSimDialog() {
-}
-
-void SystemTrayDelegateCommon::ShowMobileSetupDialog(
- const std::string& service_path) {
-}
-
void SystemTrayDelegateCommon::ShowOtherNetworkDialog(const std::string& type) {
}

Powered by Google App Engine
This is Rietveld 408576698