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"
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