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

Unified Diff: components/onc/onc_constants.h

Issue 267433005: Provide IPConfigs in networkingPrivate.GetProperties (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 8 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: components/onc/onc_constants.h
diff --git a/components/onc/onc_constants.h b/components/onc/onc_constants.h
index e99c7f65f25a12eb2f432431b581d2b204f9b936..6066a9363a42b45690022b048d599e94a7aaf09e 100644
--- a/components/onc/onc_constants.h
+++ b/components/onc/onc_constants.h
@@ -138,6 +138,8 @@ ONC_EXPORT extern const char kNotConnected[];
} // namespace connection_state
namespace ipconfig {
+ONC_EXPORT extern const char kDHCPv4[];
+ONC_EXPORT extern const char kDHCPv6[];
ONC_EXPORT extern const char kGateway[];
ONC_EXPORT extern const char kIPAddress[];
ONC_EXPORT extern const char kIPv4[];

Powered by Google App Engine
This is Rietveld 408576698