Bring the browser window to the front when clicking on deprecated accelerator notific...
[chromium-blink-merge.git] / remoting / host / switches.cc
blobb47552d7a337b25fae70a074c746d584a9739774
1 // Copyright 2014 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 "remoting/host/switches.h"
7 namespace remoting {
9 const char kDaemonPipeSwitchName[] = "daemon-pipe";
10 const char kElevateSwitchName[] = "elevate";
11 const char kHelpSwitchName[] = "help";
12 const char kProcessTypeSwitchName[] = "type";
13 const char kQuestionSwitchName[] = "?";
14 const char kVersionSwitchName[] = "version";
16 const char kProcessTypeController[] = "controller";
17 const char kProcessTypeDaemon[] = "daemon";
18 const char kProcessTypeDesktop[] = "desktop";
19 const char kProcessTypeHost[] = "host";
20 const char kProcessTypeRdpDesktopSession[] = "rdp_desktop_session";
22 } // namespace remoting