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

Unified Diff: chromeos/network/onc/onc_translation_tables.h

Issue 762243002: Change to Shill's IPConfig objects. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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: chromeos/network/onc/onc_translation_tables.h
diff --git a/chromeos/network/onc/onc_translation_tables.h b/chromeos/network/onc/onc_translation_tables.h
index 96a971da2a72a27f9aa7ae9416a9a8cd62c2f53d..b737542ddc0db878a9349138a24dfe5001890242 100644
--- a/chromeos/network/onc/onc_translation_tables.h
+++ b/chromeos/network/onc/onc_translation_tables.h
@@ -43,6 +43,10 @@ extern const FieldTranslationEntry kCellularDeviceTable[];
const FieldTranslationEntry* GetFieldTranslationTable(
const OncValueSignature& onc_signature);
+// Returns the path at which the translation of an ONC object will be stored in
+// a Shill dictionary if its signature is |onc_signature|.
+// The default is that values are stored directly in the top level of the Shill
+// dictionary.
std::vector<std::string> GetPathToNestedShillDictionary(
const OncValueSignature& onc_signature);
« no previous file with comments | « no previous file | chromeos/network/onc/onc_translation_tables.cc » ('j') | chromeos/test/data/network/shill_ethernet.json » ('J')

Powered by Google App Engine
This is Rietveld 408576698