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

Unified Diff: ash/system/tray/default_system_tray_delegate.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
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/tray/default_system_tray_delegate.cc
diff --git a/ash/system/tray/default_system_tray_delegate.cc b/ash/system/tray/default_system_tray_delegate.cc
index 2658f52bd7d54084fa4381786c104456614da820..bd4bb374a9b54d92a244b2cd21af6ce071db6bed 100644
--- a/ash/system/tray/default_system_tray_delegate.cc
+++ b/ash/system/tray/default_system_tray_delegate.cc
@@ -211,14 +211,6 @@ void DefaultSystemTrayDelegate::SwitchIME(const std::string& ime_id) {
void DefaultSystemTrayDelegate::ActivateIMEProperty(const std::string& key) {
}
-void DefaultSystemTrayDelegate::ShowNetworkConfigure(
- const std::string& network_id) {
-}
-
-bool DefaultSystemTrayDelegate::EnrollNetwork(const std::string& network_id) {
- return true;
-}
-
void DefaultSystemTrayDelegate::ManageBluetoothDevices() {
}
@@ -230,13 +222,6 @@ bool DefaultSystemTrayDelegate::IsBluetoothDiscovering() {
return false;
}
-void DefaultSystemTrayDelegate::ShowMobileSimDialog() {
-}
-
-void DefaultSystemTrayDelegate::ShowMobileSetupDialog(
- const std::string& service_path) {
-}
-
void DefaultSystemTrayDelegate::ShowOtherNetworkDialog(
const std::string& type) {
}
« 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