Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(72)

Side by Side Diff: ios/chrome/browser/chrome_url_constants.h

Issue 1380763003: [iOS] Integration of ChromeNetLog and NetExportUI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup whitelist Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright 2012 The Chromium Authors. All rights reserved. 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 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // Contains constants for known URLs and portions thereof. 5 // Contains constants for known URLs and portions thereof.
6 6
7 #ifndef IOS_CHROME_BROWSER_CHROME_URL_CONSTANTS_H_ 7 #ifndef IOS_CHROME_BROWSER_CHROME_URL_CONSTANTS_H_
8 #define IOS_CHROME_BROWSER_CHROME_URL_CONSTANTS_H_ 8 #define IOS_CHROME_BROWSER_CHROME_URL_CONSTANTS_H_
9 9
10 // TODO(blundell): This file should be ios_chrome_url_constants.*, and all of 10 // TODO(blundell): This file should be ios_chrome_url_constants.*, and all of
11 // these constants should have a kIOSChrome prefix instead of a kChrome 11 // these constants should have a kIOSChrome prefix instead of a kChrome
12 // prefix. crbug.com/537174 12 // prefix. crbug.com/537174
13 13
14 // chrome: URLs (including schemes). Should be kept in sync with the 14 // chrome: URLs (including schemes). Should be kept in sync with the
15 // components below. 15 // components below.
16 extern const char kChromeUINewTabURL[]; 16 extern const char kChromeUINewTabURL[];
17 17
18 // URL components for Chrome on iOS. 18 // URL components for Chrome on iOS.
19 extern const char kChromeUIExternalFileHost[]; 19 extern const char kChromeUIExternalFileHost[];
20 extern const char kChromeUINetExportHost[];
20 extern const char kChromeUIOmahaHost[]; 21 extern const char kChromeUIOmahaHost[];
21 extern const char kChromeUISyncInternalsHost[]; 22 extern const char kChromeUISyncInternalsHost[];
22 23
23 #endif // IOS_CHROME_BROWSER_CHROME_URL_CONSTANTS_H_ 24 #endif // IOS_CHROME_BROWSER_CHROME_URL_CONSTANTS_H_
OLDNEW
« no previous file with comments | « ios/chrome/browser/application_context_impl.cc ('k') | ios/chrome/browser/chrome_url_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698