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

Unified Diff: chrome/browser/chromeos/extensions/networking_private_api.cc

Issue 12390017: Separating ONC<->Shill translation from the ONC signature. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed browser tests. Created 7 years, 10 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/extensions/networking_private_event_router.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/extensions/networking_private_api.cc
diff --git a/chrome/browser/chromeos/extensions/networking_private_api.cc b/chrome/browser/chromeos/extensions/networking_private_api.cc
index 07a3c8d60e5b08e093f7e6ad676318eebbecd479..0b8d14f9d77475117fe7ee5795a55b4c8720e5e7 100644
--- a/chrome/browser/chromeos/extensions/networking_private_api.cc
+++ b/chrome/browser/chromeos/extensions/networking_private_api.cc
@@ -142,7 +142,7 @@ void ResultList::ServicePropertiesCallback(
scoped_ptr<base::DictionaryValue> onc_properties(
onc::TranslateShillServiceToONCPart(
result,
- &onc::kNetworkConfigurationSignature));
+ &onc::kNetworkWithStateSignature));
scoped_ptr<api::NetworkProperties> filtered_result(
CreateFilteredResult(*onc_properties));
@@ -206,7 +206,7 @@ void NetworkingPrivateGetPropertiesFunction::ResultCallback(
scoped_ptr<base::DictionaryValue> onc_properties(
onc::TranslateShillServiceToONCPart(
result,
- &onc::kNetworkConfigurationSignature));
+ &onc::kNetworkWithStateSignature));
GetPropertiesSuccess(service_path,
*onc_properties);
}
« no previous file with comments | « no previous file | chrome/browser/chromeos/extensions/networking_private_event_router.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698