OLD | NEW |
(Empty) | |
| 1 // Copyright 2012 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. |
| 4 |
| 5 // Contains constants for known URLs and portions thereof. |
| 6 |
| 7 #ifndef IOS_CHROME_BROWSER_CHROME_URL_CONSTANTS_H_ |
| 8 #define IOS_CHROME_BROWSER_CHROME_URL_CONSTANTS_H_ |
| 9 |
| 10 // URL components for Chrome on iOS. |
| 11 extern const char kChromeUIExternalFileHost[]; |
| 12 extern const char kChromeUIOmahaHost[]; |
| 13 extern const char kChromeUISetUpForTestingHost[]; |
| 14 |
| 15 #endif // IOS_CHROME_BROWSER_CHROME_URL_CONSTANTS_H_ |
OLD | NEW |