| Index: ios/chrome/browser/chrome_url_constants.h
|
| diff --git a/ios/chrome/browser/chrome_url_constants.h b/ios/chrome/browser/chrome_url_constants.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..df061b4694483bfbb7ad02d3a3edc672d99cfd1b
|
| --- /dev/null
|
| +++ b/ios/chrome/browser/chrome_url_constants.h
|
| @@ -0,0 +1,15 @@
|
| +// 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_
|
|
|