summaryrefslogtreecommitdiffstats
path: root/chromeos/dbus/mock_shill_profile_client.h
diff options
context:
space:
mode:
authorpneubeck@chromium.org <pneubeck@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-19 20:35:07 +0000
committerpneubeck@chromium.org <pneubeck@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-19 20:35:07 +0000
commit79affb7effb751deed7336a1828de3cdc1fdde04 (patch)
tree8cf54f6061fd99dd1d4d43f491ea3f3164965613 /chromeos/dbus/mock_shill_profile_client.h
parenteda0a0b16697dab1fc2d45d6cfe38652044b88d5 (diff)
downloadchromium_src-79affb7effb751deed7336a1828de3cdc1fdde04.zip
chromium_src-79affb7effb751deed7336a1828de3cdc1fdde04.tar.gz
chromium_src-79affb7effb751deed7336a1828de3cdc1fdde04.tar.bz2
Adding policy support to the new network configuration stack.
Adapts in particular the ManagedNetworkConfigurationHandler, the networkingPrivate extension API and the network configuration extension. BUG=223869 TBR=thestig@chromium.org (for chrome_browser_chromeos.gypi) Review URL: https://chromiumcodereview.appspot.com/12676017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195267 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chromeos/dbus/mock_shill_profile_client.h')
-rw-r--r--chromeos/dbus/mock_shill_profile_client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chromeos/dbus/mock_shill_profile_client.h b/chromeos/dbus/mock_shill_profile_client.h
index 078bb60..b18a843 100644
--- a/chromeos/dbus/mock_shill_profile_client.h
+++ b/chromeos/dbus/mock_shill_profile_client.h
@@ -39,6 +39,7 @@ class MockShillProfileClient : public ShillProfileClient {
const std::string& entry_path,
const base::Closure& callback,
const ErrorCallback& error_callback));
+ MOCK_METHOD0(GetTestInterface, TestInterface*());
};
} // namespace chromeos