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

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

Issue 1043343002: Use networkingPrivate.startConnect (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue_430115_internet_options_cellular
Patch Set: . Created 5 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: chromeos/network/onc/onc_translator.h
diff --git a/chromeos/network/onc/onc_translator.h b/chromeos/network/onc/onc_translator.h
index dc5afa3ebd7cc034ada262f58b935e00b328253d..286985b7428cce8c2b23dc066a6ab8296bd6d17c 100644
--- a/chromeos/network/onc/onc_translator.h
+++ b/chromeos/network/onc/onc_translator.h
@@ -14,6 +14,9 @@ class DictionaryValue;
}
namespace chromeos {
+
+class NetworkState;
+
namespace onc {
struct OncValueSignature;
@@ -44,7 +47,8 @@ CHROMEOS_EXPORT
scoped_ptr<base::DictionaryValue> TranslateShillServiceToONCPart(
const base::DictionaryValue& shill_dictionary,
::onc::ONCSource onc_source,
- const OncValueSignature* onc_signature);
+ const OncValueSignature* onc_signature,
+ const NetworkState* network_state);
} // namespace onc
} // namespace chromeos

Powered by Google App Engine
This is Rietveld 408576698