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

Unified Diff: chromeos/chromeos_switches.cc

Issue 2900903002: Create a FakeTetherService, which stubs out TetherService for development. (Closed)
Patch Set: Fix TetherService tests. Created 3 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
« no previous file with comments | « chromeos/chromeos_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/chromeos_switches.cc
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
index 7b0e398e450a627dfd40be290ebe917719b75677..93e179be25775883786234c80d7ee626d67dd97f 100644
--- a/chromeos/chromeos_switches.cc
+++ b/chromeos/chromeos_switches.cc
@@ -278,6 +278,10 @@ const char kEnableKioskMode[] = "enable-kiosk-mode";
// Enables tethering to nearby LTE devices.
const char kEnableTether[] = "enable-tether";
+// Overrides Tether with stub service. Provide integer arguments for the number
+// of fake networks desired, e.g. 'tether-stub=2'.
+const char kTetherStub[] = "tether-stub";
+
// Disables material design OOBE UI.
const char kDisableMdOobe[] = "disable-md-oobe";
« no previous file with comments | « chromeos/chromeos_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698