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

Unified Diff: chrome/browser/chromeos/cros/network_library_impl_base.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_impl_base.h
diff --git a/chrome/browser/chromeos/cros/network_library_impl_base.h b/chrome/browser/chromeos/cros/network_library_impl_base.h
index 29bebfd5957d3d4678fd82906b4a31121e41f1c7..75f48622d894349e5959eda87260165f1bf5a5d5 100644
--- a/chrome/browser/chromeos/cros/network_library_impl_base.h
+++ b/chrome/browser/chromeos/cros/network_library_impl_base.h
@@ -338,7 +338,7 @@ class NetworkLibraryImplBase : public NetworkLibrary {
bool if_found);
// Checks whether |network| has meanwhile been pruned by ONC policy. If so,
- // instructs flimflam to remove the network, deletes |network| and returns
+ // instructs shill to remove the network, deletes |network| and returns
// false.
bool ValidateRememberedNetwork(Network* network);
@@ -483,7 +483,7 @@ class NetworkLibraryImplBase : public NetworkLibrary {
// True if access network library is locked.
bool is_locked_;
- // TPM module user slot and PIN, needed by flimflam to access certificates.
+ // TPM module user slot and PIN, needed by shill to access certificates.
std::string tpm_slot_;
std::string tpm_pin_;
@@ -507,7 +507,7 @@ class NetworkLibraryImplBase : public NetworkLibrary {
NetworkOncMap network_onc_map_;
// Keeps track of what networks ONC has configured. This is used to weed out
- // stray networks that flimflam still has on file, but are not known on the
+ // stray networks that shill still has on file, but are not known on the
// Chrome side.
NetworkSourceMap network_source_map_;
« no previous file with comments | « chrome/browser/chromeos/cros/network_library.cc ('k') | chrome/browser/chromeos/cros/network_library_impl_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698