// Copyright 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // Contains constants for known URLs and portions thereof. #ifndef IOS_CHROME_BROWSER_CHROME_URL_CONSTANTS_H_ #define IOS_CHROME_BROWSER_CHROME_URL_CONSTANTS_H_ // URL components for Chrome on iOS. extern const char kChromeUIExternalFileHost[]; extern const char kChromeUIOmahaHost[]; extern const char kChromeUISetUpForTestingHost[]; #endif // IOS_CHROME_BROWSER_CHROME_URL_CONSTANTS_H_