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

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

Issue 10828140: Upstream about:welcome page for Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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
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 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 extern const char kChromeUITouchIconHost[]; 189 extern const char kChromeUITouchIconHost[];
190 extern const char kChromeUITracingHost[]; 190 extern const char kChromeUITracingHost[];
191 extern const char kChromeUIUberFrameHost[]; 191 extern const char kChromeUIUberFrameHost[];
192 extern const char kChromeUIUberHost[]; 192 extern const char kChromeUIUberHost[];
193 extern const char kChromeUIVersionHost[]; 193 extern const char kChromeUIVersionHost[];
194 extern const char kChromeUIWorkersHost[]; 194 extern const char kChromeUIWorkersHost[];
195 195
196 extern const char kChromeUIScreenshotPath[]; 196 extern const char kChromeUIScreenshotPath[];
197 extern const char kChromeUIThemePath[]; 197 extern const char kChromeUIThemePath[];
198 198
199 #if defined(OS_ANDROID)
200 // The URL for the mobile welcome page.
201 extern const char kChromeUIWelcomeHost[];
202 #endif
203
204
199 #if defined(OS_LINUX) || defined(OS_OPENBSD) 205 #if defined(OS_LINUX) || defined(OS_OPENBSD)
200 extern const char kChromeUILinuxProxyConfigHost[]; 206 extern const char kChromeUILinuxProxyConfigHost[];
201 extern const char kChromeUISandboxHost[]; 207 extern const char kChromeUISandboxHost[];
202 #endif 208 #endif
203 209
204 #if defined(OS_CHROMEOS) 210 #if defined(OS_CHROMEOS)
205 extern const char kChromeUIActivationMessageHost[]; 211 extern const char kChromeUIActivationMessageHost[];
206 extern const char kChromeUIChooseMobileNetworkHost[]; 212 extern const char kChromeUIChooseMobileNetworkHost[];
207 extern const char kChromeUICryptohomeHost[]; 213 extern const char kChromeUICryptohomeHost[];
208 extern const char kChromeUIDiagnosticsHost[]; 214 extern const char kChromeUIDiagnosticsHost[];
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
398 #endif 404 #endif
399 405
400 #if defined(OS_CHROMEOS) 406 #if defined(OS_CHROMEOS)
401 // "Learn more" URL for the Cloud Print section under Options. 407 // "Learn more" URL for the Cloud Print section under Options.
402 extern const char kCloudPrintLearnMoreURL[]; 408 extern const char kCloudPrintLearnMoreURL[];
403 #endif 409 #endif
404 410
405 } // namespace chrome 411 } // namespace chrome
406 412
407 #endif // CHROME_COMMON_URL_CONSTANTS_H_ 413 #endif // CHROME_COMMON_URL_CONSTANTS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698