[email protected] | 42ce29d | 2011-01-20 23:19:46 | [diff] [blame^] | 1 | // Copyright (c) 2011 The Chromium Authors. All rights reserved. Use of this |
2 | // source code is governed by a BSD-style license that can be found in the | ||||
3 | // LICENSE file. | ||||
4 | |||||
5 | #include "ui/base/ui_base_switches.h" | ||||
6 | |||||
7 | namespace switches { | ||||
8 | |||||
9 | // The language file that we want to try to open. Of the form | ||||
10 | // language[-country] where language is the 2 letter code from ISO-639. | ||||
11 | const char kLang[] = "lang"; | ||||
12 | |||||
13 | } // namespace switches |