[Android WebView] Put AndroidStreamReaderURLRequestJob into a namespace
[chromium-blink-merge.git] / ios / chrome / browser / chrome_url_constants.h
blobdbe0bce8d52080d0e8dde4cc67f2c4d50f2b9263
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_