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

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

Issue 2130293003: Change OOMs to raise custom exception rather than breakpoint on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use VLOG instead of printf Created 4 years, 5 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/browser/extensions/extension_tab_util.cc ('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 9
10 #include <stddef.h> 10 #include <stddef.h>
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 extern const char kChromeUIIdentityInternalsHost[]; 187 extern const char kChromeUIIdentityInternalsHost[];
188 extern const char kChromeUIInspectHost[]; 188 extern const char kChromeUIInspectHost[];
189 extern const char kChromeUIInstantHost[]; 189 extern const char kChromeUIInstantHost[];
190 extern const char kChromeUIInterstitialHost[]; 190 extern const char kChromeUIInterstitialHost[];
191 extern const char kChromeUIInvalidationsHost[]; 191 extern const char kChromeUIInvalidationsHost[];
192 extern const char kChromeUIKillHost[]; 192 extern const char kChromeUIKillHost[];
193 extern const char kChromeUILargeIconHost[]; 193 extern const char kChromeUILargeIconHost[];
194 extern const char kChromeUILocalStateHost[]; 194 extern const char kChromeUILocalStateHost[];
195 extern const char kChromeUIMdPolicyHost[]; 195 extern const char kChromeUIMdPolicyHost[];
196 extern const char kChromeUIMdSettingsHost[]; 196 extern const char kChromeUIMdSettingsHost[];
197 extern const char kChromeUIMemoryExhaustHost[];
jochen (gone - plz use gerrit) 2016/07/18 11:44:34 shouldn't that be defined alongside the URL in con
Will Harris 2016/07/18 18:33:56 Done.
197 extern const char kChromeUINaClHost[]; 198 extern const char kChromeUINaClHost[];
198 extern const char kChromeUINetExportHost[]; 199 extern const char kChromeUINetExportHost[];
199 extern const char kChromeUINetInternalsHost[]; 200 extern const char kChromeUINetInternalsHost[];
200 extern const char kChromeUINewTabHost[]; 201 extern const char kChromeUINewTabHost[];
201 extern const char kChromeUIOfflineInternalsHost[]; 202 extern const char kChromeUIOfflineInternalsHost[];
202 extern const char kChromeUIOmniboxHost[]; 203 extern const char kChromeUIOmniboxHost[];
203 extern const char kChromeUIPluginsHost[]; 204 extern const char kChromeUIPluginsHost[];
204 extern const char kChromeUIComponentsHost[]; 205 extern const char kChromeUIComponentsHost[];
205 extern const char kChromeUIPolicyHost[]; 206 extern const char kChromeUIPolicyHost[];
206 extern const char kChromeUIProfileSigninConfirmationHost[]; 207 extern const char kChromeUIProfileSigninConfirmationHost[];
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
588 extern const char kChooserUsbOverviewURL[]; 589 extern const char kChooserUsbOverviewURL[];
589 590
590 #if defined(OS_CHROMEOS) 591 #if defined(OS_CHROMEOS)
591 // The URL for EOL notification 592 // The URL for EOL notification
592 extern const char kEolNotificationURL[]; 593 extern const char kEolNotificationURL[];
593 #endif 594 #endif
594 595
595 } // namespace chrome 596 } // namespace chrome
596 597
597 #endif // CHROME_COMMON_URL_CONSTANTS_H_ 598 #endif // CHROME_COMMON_URL_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome/browser/extensions/extension_tab_util.cc ('k') | chrome/common/url_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698