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

Unified Diff: chrome/browser/chromeos/options/wifi_config_view.h

Issue 7628009: chromium-os:18602 - do not override shared setting on bad password (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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 | « no previous file | chrome/browser/chromeos/options/wifi_config_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | chrome/browser/chromeos/options/wifi_config_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698