diff options
author | stevenjb@chromium.org <stevenjb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-14 19:23:10 +0000 |
---|---|---|
committer | stevenjb@chromium.org <stevenjb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-14 19:23:10 +0000 |
commit | 228b7d93eb3804edce4ddaa44f7839b7226c8739 (patch) | |
tree | cf136bf35bcec2cb642f9008a86d3aeaa67260e1 /chromeos/dbus/fake_shill_manager_client.h | |
parent | 6012d6ac14a3c188f8e997c7815cdcca29f300ed (diff) | |
download | chromium_src-228b7d93eb3804edce4ddaa44f7839b7226c8739.zip chromium_src-228b7d93eb3804edce4ddaa44f7839b7226c8739.tar.gz chromium_src-228b7d93eb3804edce4ddaa44f7839b7226c8739.tar.bz2 |
Use GUID in captive portal API instead of service path
Also changes the fake implementations and other tests to explicitly specify guids.
BUG=none
For components/wifi/fake_wifi_service.cc:
TBR=mef@chromium.org
Review URL: https://codereview.chromium.org/377063003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282995 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chromeos/dbus/fake_shill_manager_client.h')
-rw-r--r-- | chromeos/dbus/fake_shill_manager_client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chromeos/dbus/fake_shill_manager_client.h b/chromeos/dbus/fake_shill_manager_client.h index c3bd618..4a94199 100644 --- a/chromeos/dbus/fake_shill_manager_client.h +++ b/chromeos/dbus/fake_shill_manager_client.h @@ -106,7 +106,7 @@ class CHROMEOS_EXPORT FakeShillManagerClient const std::string& service_path) OVERRIDE; // Constants used for testing. - static const char kFakeEthernetNetworkPath[]; + static const char kFakeEthernetNetworkGuid[]; private: void SetDefaultProperties(); |