chrome_switches.h (627B)
1 /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ 2 /* vim: set ts=8 sts=2 et sw=2 tw=80: */ 3 // Copyright (c) 2006-2009 The Chromium Authors. All rights reserved. 4 // Use of this source code is governed by a BSD-style license that can be 5 // found in the LICENSE file. 6 7 // Defines all the command-line switches used by Chrome. 8 9 #ifndef CHROME_COMMON_CHROME_SWITCHES_H__ 10 #define CHROME_COMMON_CHROME_SWITCHES_H__ 11 12 #if defined(_MSC_VER) 13 # include <string.h> 14 #endif 15 16 namespace switches { 17 18 extern const wchar_t kProcessChannelID[]; 19 20 } // namespace switches 21 22 #endif // CHROME_COMMON_CHROME_SWITCHES_H__