| 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 fde3f3df3966e875bfe15b837d9bc5c2d9f3563d..fda48075ec2a16db115abc50ec9a13f781bd3346 100644
|
| --- a/ash/system/tray/default_system_tray_delegate.cc
|
| +++ b/ash/system/tray/default_system_tray_delegate.cc
|
| @@ -207,12 +207,10 @@ void DefaultSystemTrayDelegate::ActivateIMEProperty(const std::string& key) {
|
| }
|
|
|
| void DefaultSystemTrayDelegate::ShowNetworkConfigure(
|
| - const std::string& network_id,
|
| - gfx::NativeWindow parent_window) {
|
| + const std::string& network_id) {
|
| }
|
|
|
| -bool DefaultSystemTrayDelegate::EnrollNetwork(const std::string& network_id,
|
| - gfx::NativeWindow parent_window) {
|
| +bool DefaultSystemTrayDelegate::EnrollNetwork(const std::string& network_id) {
|
| return true;
|
| }
|
|
|
|
|