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

Unified Diff: chrome/browser/chromeos/dom_ui/internet_options_handler.h

Issue 4976007: Don't allow connection to networks that are not connected.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 1 month 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
Index: chrome/browser/chromeos/dom_ui/internet_options_handler.h
===================================================================
--- chrome/browser/chromeos/dom_ui/internet_options_handler.h (revision 66336)
+++ chrome/browser/chromeos/dom_ui/internet_options_handler.h (working copy)
@@ -73,8 +73,9 @@
// Creates the map of a network
ListValue* GetNetwork(const std::string& service_path, const SkBitmap& icon,
const std::string& name, bool connecting, bool connected,
- chromeos::ConnectionType connection_type, bool remembered,
- chromeos::ActivationState activation_state, bool restricted_ip);
+ bool connectable, chromeos::ConnectionType connection_type,
+ bool remembered, chromeos::ActivationState activation_state,
+ bool restricted_ip);
// Creates the map of wired networks
ListValue* GetWiredList();

Powered by Google App Engine
This is Rietveld 408576698