Another take on menu's. This uses the hosting menu scroll view container as a menuba...
[chromium-blink-merge.git] / app / app_switches.h
blobdda5b84dea30e6f0651b20df998001c43c695f38
1 // Copyright (c) 2010 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 // Defines all the command-line switches used by app.
7 #ifndef APP_APP_SWITCHES_H_
8 #define APP_APP_SWITCHES_H_
9 #pragma once
11 namespace switches {
13 extern const char kLang[];
14 extern const char kUseGL[];
16 } // namespace switches
18 #endif // APP_APP_SWITCHES_H_