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

Unified Diff: chrome/browser/chromeos/cros/network_parser.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_parser.h
diff --git a/chrome/browser/chromeos/cros/network_parser.h b/chrome/browser/chromeos/cros/network_parser.h
index 33a15ac18360f8dab27d5f4f2b227b14c244b1d0..86f6206ad08ae344023c830c5a16a477bcac9f25 100644
--- a/chrome/browser/chromeos/cros/network_parser.h
+++ b/chrome/browser/chromeos/cros/network_parser.h
@@ -20,11 +20,11 @@ namespace chromeos {
class NetworkDevice;
-// This takes a Value of a particular form, and maps the keys in the
-// dictionary to a NetworkDevice object to initialize it properly.
-// Subclasses of this can then customize its methods to parse either
-// libcros (flimflam) data or network setup information obtained from
-// policy or setup file import depending on the EnumMapper supplied.
+// This takes a Value of a particular form, and maps the keys in the dictionary
+// to a NetworkDevice object to initialize it properly. Subclasses of this can
+// then customize its methods to parse either Shill data or network setup
+// information obtained from policy or setup file import depending on the
+// EnumMapper supplied.
class NetworkDeviceParser {
public:
virtual ~NetworkDeviceParser();
« no previous file with comments | « chrome/browser/chromeos/cros/network_library_impl_stub.cc ('k') | chrome/browser/chromeos/cros/onc_network_parser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698