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.
5 // Contains constants for known URLs and portions thereof.
7 #ifndef IOS_CHROME_BROWSER_CHROME_URL_CONSTANTS_H_
8 #define IOS_CHROME_BROWSER_CHROME_URL_CONSTANTS_H_
10 // URL components for Chrome on iOS.
11 extern const char kChromeUIExternalFileHost
[];
12 extern const char kChromeUIOmahaHost
[];
14 #endif // IOS_CHROME_BROWSER_CHROME_URL_CONSTANTS_H_