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

Unified Diff: components/onc/onc_constants.h

Issue 2471723002: chromeos: networkingPrivate: Set active proxy values (Closed)
Patch Set: Separate out UI changes Created 4 years, 1 month 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 40a469d5d129d6058e5286562632486ed61a59f4..8576292b04e22909c02eeb12487988633a3a67c3 100644
--- a/components/onc/onc_constants.h
+++ b/components/onc/onc_constants.h
@@ -37,6 +37,10 @@ ONC_EXPORT extern const char kAugmentationSharedSetting[];
ONC_EXPORT extern const char kAugmentationUserEditable[];
ONC_EXPORT extern const char kAugmentationDeviceEditable[];
+// Special key for indicating that the Effective value is the Active value
+// and was set by an extension. Used for ProxySettings.
+ONC_EXPORT extern const char kAugmentationActiveExtension[];
+
// Common keys/values.
ONC_EXPORT extern const char kRecommended[];
ONC_EXPORT extern const char kRemove[];

Powered by Google App Engine
This is Rietveld 408576698