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

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

Issue 10817018: gdata: First cut at implementing a debug console for Drive support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address comments Created 8 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_browser.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 9
10 #include "build/build_config.h" 10 #include "build/build_config.h"
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 extern const char kChromeUIConflictsHost[]; 126 extern const char kChromeUIConflictsHost[];
127 extern const char kChromeUIConstrainedHTMLTestHost[]; 127 extern const char kChromeUIConstrainedHTMLTestHost[];
128 extern const char kChromeUICrashesHost[]; 128 extern const char kChromeUICrashesHost[];
129 extern const char kChromeUICrashHost[]; 129 extern const char kChromeUICrashHost[];
130 extern const char kChromeUICreditsHost[]; 130 extern const char kChromeUICreditsHost[];
131 extern const char kChromeUIDefaultHost[]; 131 extern const char kChromeUIDefaultHost[];
132 extern const char kChromeUIDevToolsHost[]; 132 extern const char kChromeUIDevToolsHost[];
133 extern const char kChromeUIDialogHost[]; 133 extern const char kChromeUIDialogHost[];
134 extern const char kChromeUIDNSHost[]; 134 extern const char kChromeUIDNSHost[];
135 extern const char kChromeUIDownloadsHost[]; 135 extern const char kChromeUIDownloadsHost[];
136 extern const char kChromeUIDriveInternalsHost[];
136 extern const char kChromeUIEditSearchEngineDialogHost[]; 137 extern const char kChromeUIEditSearchEngineDialogHost[];
137 extern const char kChromeUIExtensionActivityHost[]; 138 extern const char kChromeUIExtensionActivityHost[];
138 extern const char kChromeUIExtensionIconHost[]; 139 extern const char kChromeUIExtensionIconHost[];
139 extern const char kChromeUIExtensionInfoHost[]; 140 extern const char kChromeUIExtensionInfoHost[];
140 extern const char kChromeUIExtensionsFrameHost[]; 141 extern const char kChromeUIExtensionsFrameHost[];
141 extern const char kChromeUIExtensionsHost[]; 142 extern const char kChromeUIExtensionsHost[];
142 extern const char kChromeUIFaviconHost[]; 143 extern const char kChromeUIFaviconHost[];
143 extern const char kChromeUIFeedbackHost[]; 144 extern const char kChromeUIFeedbackHost[];
144 extern const char kChromeUIFlagsHost[]; 145 extern const char kChromeUIFlagsHost[];
145 extern const char kChromeUIFlashHost[]; 146 extern const char kChromeUIFlashHost[];
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
392 #endif 393 #endif
393 394
394 #if defined(OS_CHROMEOS) 395 #if defined(OS_CHROMEOS)
395 // "Learn more" URL for the Cloud Print section under Options. 396 // "Learn more" URL for the Cloud Print section under Options.
396 extern const char kCloudPrintLearnMoreURL[]; 397 extern const char kCloudPrintLearnMoreURL[];
397 #endif 398 #endif
398 399
399 } // namespace chrome 400 } // namespace chrome
400 401
401 #endif // CHROME_COMMON_URL_CONSTANTS_H_ 402 #endif // CHROME_COMMON_URL_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/url_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698