[iOS] Upstream ios/chrome/browser code
[chromium-blink-merge.git] / ios / chrome / browser / chrome_switches.h
blob5288f636b29ea25f79f86fb5e4f07ca5d9d8ba04
1 // Copyright 2015 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 #ifndef IOS_CHROME_BROWSER_CHROME_SWITCHES_H_
6 #define IOS_CHROME_BROWSER_CHROME_SWITCHES_H_
8 // Defines all the command-line switches used by iOS Chrome.
10 namespace switches {
12 extern const char kEnableIOSOpenFromClipboard[];
14 } // namespace switches
16 #endif // IOS_CHROME_BROWSER_CHROME_SWITCHES_H_