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

Unified Diff: chrome/browser/chromeos/cros/network_library.h

Issue 10915106: Renaming instances of "flimflam" with "shill", now that we're only (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Upload after merge Created 8 years, 3 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
Index: chrome/browser/chromeos/cros/network_library.h
diff --git a/chrome/browser/chromeos/cros/network_library.h b/chrome/browser/chromeos/cros/network_library.h
index 40dbc8609c5feb481c22dcb70389414769089788..4c6ac88f117887341ee4f1262c927714cf6b02bf 100644
--- a/chrome/browser/chromeos/cros/network_library.h
+++ b/chrome/browser/chromeos/cros/network_library.h
@@ -75,7 +75,7 @@ const int kPriorityNotSet = 0;
// The value of priority if network is preferred.
const int kPriorityPreferred = 1;
-// Contains data related to the flimflam.Device interface,
+// Contains data related to the shill.Device interface,
// e.g. ethernet, wifi, cellular.
// TODO(dpolukhin): refactor to make base class and device specific derivatives.
class NetworkDevice {
@@ -568,7 +568,7 @@ class Network {
int priority_; // determines order in network list.
bool auto_connect_;
bool save_credentials_; // save passphrase and EAP credentials to disk.
- std::string proxy_config_; // ProxyConfig property in flimflam.
+ std::string proxy_config_; // ProxyConfig property in shill.
ProxyOncConfig proxy_onc_config_; // Only used for parsing ONC proxy value.
scoped_ptr<EnrollmentDelegate> enrollment_delegate_;
@@ -581,7 +581,7 @@ class Network {
// Initialize the IP address field
void InitIPAddress();
- // Priority value, corresponds to index in list from flimflam (0 = first)
+ // Priority value, corresponds to index in list from shill (0 = first)
int priority_order_;
// Set to true if the UI requested this as a new network.
@@ -859,7 +859,7 @@ class CellularNetwork : public WirelessNetwork {
// Sets the APN to use in establishing data connections. Only
// the fields of the APN that are needed for making connections
- // are passed to flimflam. The name, localized_name, and language
+ // are passed to shill. The name, localized_name, and language
// fields are ignored.
void SetApn(const CellularApn& apn);
@@ -1129,7 +1129,7 @@ class WifiNetwork : public WirelessNetwork {
std::string eap_passphrase_;
bool eap_save_credentials_;
- // Internal state (not stored in flimflam).
+ // Internal state (not stored in shill).
// Passphrase set by user (stored for UI).
std::string user_passphrase_;
« no previous file with comments | « chrome/browser/chromeos/cros/native_network_parser.cc ('k') | chrome/browser/chromeos/cros/network_library.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698