Fixed up some broken browser tests for swarm on linux
[chromium-blink-merge.git] / chromeos / chromeos_switches.cc
blob2ade84b9a9e168ab7616485eacb7771c90ed3c39
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "chromeos/chromeos_switches.h"
7 namespace chromeos {
8 namespace switches {
10 // Forces the stub implementation of dbus clients.
11 const char kDbusStub[] = "dbus-stub";
13 // Sends test messages on first call to RequestUpdate (stub only).
14 const char kSmsTestMessages[] = "sms-test-messages";
16 } // namespace switches
17 } // namespace chromeos