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

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

Issue 10412026: This fixes static IP setting on Ethernet when using flimflam. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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_ip_config.h
diff --git a/chrome/browser/chromeos/cros/network_ip_config.h b/chrome/browser/chromeos/cros/network_ip_config.h
index 3081965bf5b2bdaf929dd6c831b061550aef8539..860370a31208e76633a1194822a40e1f69e3a035 100644
--- a/chrome/browser/chromeos/cros/network_ip_config.h
+++ b/chrome/browser/chromeos/cros/network_ip_config.h
@@ -19,6 +19,8 @@ struct NetworkIPConfig {
const std::string& gateway, const std::string& name_servers);
~NetworkIPConfig();
+ std::string ToString() const;
+
// Gets the PrefixLength for an IPv4 netmask.
// For example, "255.255.255.0" => 24
// If the netmask is invalid, this will return -1;

Powered by Google App Engine
This is Rietveld 408576698