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

Side by Side Diff: chrome/common/url_constants.h

Issue 9610006: Refactoring, moving and renaming the NetworkActionPredictor. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Resolved sync conflicts. Created 8 years, 7 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
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/url_constants.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 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 CHROME_COMMON_URL_CONSTANTS_H_ 7 #ifndef CHROME_COMMON_URL_CONSTANTS_H_
8 #define CHROME_COMMON_URL_CONSTANTS_H_ 8 #define CHROME_COMMON_URL_CONSTANTS_H_
9 #pragma once 9 #pragma once
10 10
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 extern const char kChromeUIHistoryFrameHost[]; 143 extern const char kChromeUIHistoryFrameHost[];
144 extern const char kChromeUIInputWindowDialogHost[]; 144 extern const char kChromeUIInputWindowDialogHost[];
145 extern const char kChromeUIInspectHost[]; 145 extern const char kChromeUIInspectHost[];
146 extern const char kChromeUIIPCHost[]; 146 extern const char kChromeUIIPCHost[];
147 extern const char kChromeUIKeyboardHost[]; 147 extern const char kChromeUIKeyboardHost[];
148 extern const char kChromeUIKillHost[]; 148 extern const char kChromeUIKillHost[];
149 extern const char kChromeUIMediaInternalsHost[]; 149 extern const char kChromeUIMediaInternalsHost[];
150 extern const char kChromeUIMemoryHost[]; 150 extern const char kChromeUIMemoryHost[];
151 extern const char kChromeUIMemoryRedirectHost[]; 151 extern const char kChromeUIMemoryRedirectHost[];
152 extern const char kChromeUINetInternalsHost[]; 152 extern const char kChromeUINetInternalsHost[];
153 extern const char kChromeUINetworkActionPredictorHost[];
154 extern const char kChromeUINewTabHost[]; 153 extern const char kChromeUINewTabHost[];
155 extern const char kChromeUIOmniboxHost[]; 154 extern const char kChromeUIOmniboxHost[];
156 extern const char kChromeUIPluginsHost[]; 155 extern const char kChromeUIPluginsHost[];
157 extern const char kChromeUIPolicyHost[]; 156 extern const char kChromeUIPolicyHost[];
157 extern const char kChromeUIPredictorsHost[];
158 extern const char kChromeUIPrintHost[]; 158 extern const char kChromeUIPrintHost[];
159 extern const char kChromeUIProfilerHost[]; 159 extern const char kChromeUIProfilerHost[];
160 extern const char kChromeUIQuotaInternalsHost[]; 160 extern const char kChromeUIQuotaInternalsHost[];
161 extern const char kChromeUIResourcesHost[]; 161 extern const char kChromeUIResourcesHost[];
162 extern const char kChromeUISessionFaviconHost[]; 162 extern const char kChromeUISessionFaviconHost[];
163 extern const char kChromeUISessionsHost[]; 163 extern const char kChromeUISessionsHost[];
164 extern const char kChromeUISettingsHost[]; 164 extern const char kChromeUISettingsHost[];
165 extern const char kChromeUISettingsFrameHost[]; 165 extern const char kChromeUISettingsFrameHost[];
166 extern const char kChromeUIShorthangHost[]; 166 extern const char kChromeUIShorthangHost[];
167 extern const char kChromeUISSLClientCertificateSelectorHost[]; 167 extern const char kChromeUISSLClientCertificateSelectorHost[];
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
355 #endif // defined(OS_CHROMEOS) 355 #endif // defined(OS_CHROMEOS)
356 356
357 #if defined(OS_CHROMEOS) 357 #if defined(OS_CHROMEOS)
358 // "Learn more" URL for the Cloud Print section under Options. 358 // "Learn more" URL for the Cloud Print section under Options.
359 extern const char kCloudPrintLearnMoreURL[]; 359 extern const char kCloudPrintLearnMoreURL[];
360 #endif 360 #endif
361 361
362 } // namespace chrome 362 } // namespace chrome
363 363
364 #endif // CHROME_COMMON_URL_CONSTANTS_H_ 364 #endif // CHROME_COMMON_URL_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/url_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698