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

Unified Diff: chromeos/network/favorite_state.cc

Issue 280023003: Implement networkingPrivate.getNetworks (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix tests (sort ServiceCompleteList) Created 6 years, 7 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/favorite_state.cc
diff --git a/chromeos/network/favorite_state.cc b/chromeos/network/favorite_state.cc
index 65b26b391ce020ec8f156828d5e04ba28d7a8607..05cf417a2e3532faccf3fededc0bccc5e65ae509 100644
--- a/chromeos/network/favorite_state.cc
+++ b/chromeos/network/favorite_state.cc
@@ -74,9 +74,10 @@ void FavoriteState::GetStateProperties(
ManagedState::GetStateProperties(dictionary);
dictionary->SetStringWithoutPathExpansion(shill::kGuidProperty, guid());
+
+ // Note: The following are added for debugging, but do not translate to ONC.
dictionary->SetStringWithoutPathExpansion(shill::kProfileProperty,
profile_path());
- // Add ONCSource for debugging.
dictionary->SetStringWithoutPathExpansion(NetworkUIData::kKeyONCSource,
ui_data_.GetONCSourceAsString());
}

Powered by Google App Engine
This is Rietveld 408576698