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

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

Issue 10827283: This updates the StaticIP configuration UI to match new mocks. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix unit test Created 8 years, 4 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 2e9ff55bcaea93d1522ceb263230183218c192a0..3dc0224da0fe48be3089434cf9fd4a3846b42679 100644
--- a/chrome/browser/chromeos/cros/network_ip_config.h
+++ b/chrome/browser/chromeos/cros/network_ip_config.h
@@ -33,11 +33,6 @@ struct 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;
- // TODO(chocobo): Add support for IPv6.
- int32 GetPrefixLength() const;
std::string device_path; // This looks like "/device/0011aa22bb33"
IPConfigType type;
std::string address;
« no previous file with comments | « chrome/browser/chromeos/cros/mock_network_library.h ('k') | chrome/browser/chromeos/cros/network_ip_config.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698