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

Unified Diff: chromeos/dbus/shill_manager_client.h

Issue 181413006: Replace misc. network stub flags with more flexible ones (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 9 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 | « chromeos/dbus/fake_shill_service_client.cc ('k') | chromeos/dbus/shill_stub_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/shill_manager_client.h
diff --git a/chromeos/dbus/shill_manager_client.h b/chromeos/dbus/shill_manager_client.h
index 90373bac4f2decc0edb817dfa1a26f1f16c715c9..d64772ba4c9d84797c2530f021e71367f46b43e0 100644
--- a/chromeos/dbus/shill_manager_client.h
+++ b/chromeos/dbus/shill_manager_client.h
@@ -79,6 +79,13 @@ class CHROMEOS_EXPORT ShillManagerClient : public DBusClient {
// Inactive State, then by Type.
virtual void SortManagerServices() = 0;
+ // Sets up the default fake environment based on default initial states
+ // or states provided by the command line.
+ virtual void SetupDefaultEnvironment() = 0;
+
+ // Returns the interactive delay specified on the command line, 0 for none.
+ virtual int GetInteractiveDelay() const = 0;
+
protected:
virtual ~TestInterface() {}
};
« no previous file with comments | « chromeos/dbus/fake_shill_service_client.cc ('k') | chromeos/dbus/shill_stub_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698