summaryrefslogtreecommitdiffstats
path: root/blimp/engine/app/switches.h
blob: d9d7afc4422efc4f9f491c9cca132e994dc98e2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef BLIMP_ENGINE_APP_SWITCHES_H_
#define BLIMP_ENGINE_APP_SWITCHES_H_

namespace blimp {
namespace engine {

// Path to the client token/shared secret between the engine and the client.
extern const char kClientTokenPath[];

}  // namespace engine
}  // namespace blimp

#endif  // BLIMP_ENGINE_APP_SWITCHES_H_