summaryrefslogtreecommitdiffstats
path: root/chromeos
diff options
context:
space:
mode:
authorachuith@chromium.org <achuith@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-14 22:48:03 +0000
committerachuith@chromium.org <achuith@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-14 22:48:03 +0000
commit707e73ef490ae86c301e1214d2e7f0a1316eeb8d (patch)
treefe0f228f4eb496dcf87230f4b9a2c5a7d87a5965 /chromeos
parent381e4fc3850d14752b471c1173578bac500364c8 (diff)
downloadchromium_src-707e73ef490ae86c301e1214d2e7f0a1316eeb8d.zip
chromium_src-707e73ef490ae86c301e1214d2e7f0a1316eeb8d.tar.gz
chromium_src-707e73ef490ae86c301e1214d2e7f0a1316eeb8d.tar.bz2
Remove uses of login-screen and skip-hwid-check from telemetry.
* Also purge skip-hwid-check from chrome. * Remove some unnecessary debugging cruft. BUG=350259 TEST=manual Review URL: https://codereview.chromium.org/217023006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263735 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chromeos')
-rw-r--r--chromeos/chromeos_switches.cc4
-rw-r--r--chromeos/chromeos_switches.h1
2 files changed, 0 insertions, 5 deletions
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
index c9264bf..1c2a4e6 100644
--- a/chromeos/chromeos_switches.cc
+++ b/chromeos/chromeos_switches.cc
@@ -171,10 +171,6 @@ const char kPowerStub[] = "power-stub";
// 'interactive=3' - Interactive mode, connect/scan/etc requests take 3 secs
const char kShillStub[] = "shill-stub";
-// Skips the machine hwid check. Useful for running in VMs because they have no
-// hwid.
-const char kSkipHWIDCheck[] = "skip-hwid-check";
-
// Sends test messages on first call to RequestUpdate (stub only).
const char kSmsTestMessages[] = "sms-test-messages";
diff --git a/chromeos/chromeos_switches.h b/chromeos/chromeos_switches.h
index 4bb35f3..9c8b2df 100644
--- a/chromeos/chromeos_switches.h
+++ b/chromeos/chromeos_switches.h
@@ -63,7 +63,6 @@ CHROMEOS_EXPORT extern const char kOobeTimerInterval[];
CHROMEOS_EXPORT extern const char kOobeGuestSession[];
CHROMEOS_EXPORT extern const char kPowerStub[];
CHROMEOS_EXPORT extern const char kShillStub[];
-CHROMEOS_EXPORT extern const char kSkipHWIDCheck[];
CHROMEOS_EXPORT extern const char kSmsTestMessages[];
CHROMEOS_EXPORT extern const char kStubCrosSettings[];
CHROMEOS_EXPORT extern const char kDisableFirstRunUI[];