Index: chrome/browser/ui/ash/system_tray_delegate_linux.cc |
diff --git a/chrome/browser/ui/ash/system_tray_delegate_linux.cc b/chrome/browser/ui/ash/system_tray_delegate_linux.cc |
index 6ce1ba391b95596e928b781b2e983a5b5154a2b8..8c3ee83462e3772af45b6b25bf88841d331a222e 100644 |
--- a/chrome/browser/ui/ash/system_tray_delegate_linux.cc |
+++ b/chrome/browser/ui/ash/system_tray_delegate_linux.cc |
@@ -213,12 +213,10 @@ class SystemTrayDelegateLinux : public ash::SystemTrayDelegate, |
virtual void ActivateIMEProperty(const std::string& key) OVERRIDE { |
} |
- virtual void ShowNetworkConfigure(const std::string& network_id, |
- gfx::NativeWindow parent_window) OVERRIDE { |
+ virtual void ShowNetworkConfigure(const std::string& network_id) OVERRIDE { |
} |
- virtual bool EnrollNetwork(const std::string& network_id, |
- gfx::NativeWindow parent_window) OVERRIDE { |
+ virtual bool EnrollNetwork(const std::string& network_id) OVERRIDE { |
return true; |
} |