Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chromeos / network / network_util.cc
index c090444..7f0aaf8 100644 (file)
@@ -147,8 +147,9 @@ scoped_ptr<base::DictionaryValue> TranslateNetworkStateToONC(
   network->GetStateProperties(&shill_dictionary);
 
   scoped_ptr<base::DictionaryValue> onc_dictionary =
-      TranslateShillServiceToONCPart(
-          shill_dictionary, &onc::kNetworkWithStateSignature);
+      TranslateShillServiceToONCPart(shill_dictionary,
+                                     ::onc::ONC_SOURCE_UNKNOWN,
+                                     &onc::kNetworkWithStateSignature);
   return onc_dictionary.Pass();
 }