summaryrefslogtreecommitdiffstats
path: root/chromeos/chromeos_switches.cc
diff options
context:
space:
mode:
authorbenchan <benchan@chromium.org>2015-06-26 11:46:30 -0700
committerCommit bot <commit-bot@chromium.org>2015-06-26 18:46:54 +0000
commitbe91a600fac281bca7a7ccad8a8638e6192d7a23 (patch)
treea6939a6c413bdb2c991f77f3f82dbc742a5f5f0d /chromeos/chromeos_switches.cc
parent4f4dc3834e1aa811300703074f824685d2cdeabc (diff)
downloadchromium_src-be91a600fac281bca7a7ccad8a8638e6192d7a23.zip
chromium_src-be91a600fac281bca7a7ccad8a8638e6192d7a23.tar.gz
chromium_src-be91a600fac281bca7a7ccad8a8638e6192d7a23.tar.bz2
Remove the obsolete Metronome DBus client binding.
The Metronome DBus service is obsolete and no longer available on the Chrome OS side. This CL removes the Metronome DBus client binding. BUG=None Review URL: https://codereview.chromium.org/1213693002 Cr-Commit-Position: refs/heads/master@{#336423}
Diffstat (limited to 'chromeos/chromeos_switches.cc')
-rw-r--r--chromeos/chromeos_switches.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
index fc68120..83dc547 100644
--- a/chromeos/chromeos_switches.cc
+++ b/chromeos/chromeos_switches.cc
@@ -298,9 +298,6 @@ const char kForceFirstRunUI[] = "force-first-run-ui";
// Enables testing for auto update UI.
const char kTestAutoUpdateUI[] = "test-auto-update-ui";
-// Enables testing Metronome client with a periodic timer.
-const char kTestMetronomeTimer[] = "test-metronome-timer";
-
// Enables waking the device based on the receipt of some network packets.
const char kWakeOnPackets[] = "wake-on-packets";