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

Unified Diff: chromeos/dbus/fake_shill_manager_client.cc

Issue 275543005: Use GUID instead of ServicePath in networkingPrivate API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase 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/dbus/fake_shill_manager_client.cc
diff --git a/chromeos/dbus/fake_shill_manager_client.cc b/chromeos/dbus/fake_shill_manager_client.cc
index 452f16d20b943eb137101b810f3071a4d90cb894..c0bd2c3b04ae2971d10decb22e0eea95f19614ac 100644
--- a/chromeos/dbus/fake_shill_manager_client.cc
+++ b/chromeos/dbus/fake_shill_manager_client.cc
@@ -250,7 +250,7 @@ void FakeShillManagerClient::ConfigureService(
if (!existing_properties) {
// Add a new service to the service client stub because none exists, yet.
// This calls AddManagerService.
- service_client->AddServiceWithIPConfig(service_path, guid, type,
+ service_client->AddServiceWithIPConfig(service_path, guid, guid, type,
pneubeck (no reviews) 2014/05/12 13:37:07 nit: add inline comments to clarify the two 'guid'
stevenjb 2014/05/13 01:19:00 Done.
shill::kStateIdle, ipconfig_path,
true /* visible */,
true /* watch */);

Powered by Google App Engine
This is Rietveld 408576698