| Index: chrome/browser/chromeos/options/wifi_config_view.h
|
| diff --git a/chrome/browser/chromeos/options/wifi_config_view.h b/chrome/browser/chromeos/options/wifi_config_view.h
|
| index 2c840fe954b9d47da42f573aa392b3dcddd7f864..ff2ee30bfe9c4fe7cabb34cd566d99871b323280 100644
|
| --- a/chrome/browser/chromeos/options/wifi_config_view.h
|
| +++ b/chrome/browser/chromeos/options/wifi_config_view.h
|
| @@ -74,7 +74,7 @@ class WifiConfigView : public ChildNetworkConfigView,
|
| std::string GetSsid() const;
|
| std::string GetPassphrase() const;
|
| bool GetSaveCredentials() const;
|
| - bool GetShareNetwork() const;
|
| + bool GetShareNetwork(bool share_default) const;
|
|
|
| // Get various 802.1X EAP values from the widgets.
|
| EAPMethod GetEapMethod() const;
|
|
|