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

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

Issue 14990003: CrOS online EULA: support localization, change timeout (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Removed client-server mapping Created 7 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
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 #include "chrome/common/url_constants.h" 5 #include "chrome/common/url_constants.h"
6 6
7 #include "googleurl/src/url_util.h" 7 #include "googleurl/src/url_util.h"
8 8
9 namespace chrome { 9 namespace chrome {
10 10
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 const char kChromeUISlideshowHost[] = "slideshow"; 250 const char kChromeUISlideshowHost[] = "slideshow";
251 const char kChromeUISystemInfoHost[] = "system"; 251 const char kChromeUISystemInfoHost[] = "system";
252 const char kChromeUIUserImageHost[] = "userimage"; 252 const char kChromeUIUserImageHost[] = "userimage";
253 253
254 const char kChromeUIMenu[] = "menu"; 254 const char kChromeUIMenu[] = "menu";
255 const char kChromeUINetworkMenu[] = "network-menu"; 255 const char kChromeUINetworkMenu[] = "network-menu";
256 const char kChromeUIWrenchMenu[] = "wrench-menu"; 256 const char kChromeUIWrenchMenu[] = "wrench-menu";
257 257
258 const char kEULAPathFormat[] = "/usr/share/chromeos-assets/eula/%s/eula.html"; 258 const char kEULAPathFormat[] = "/usr/share/chromeos-assets/eula/%s/eula.html";
259 const char kOemEulaURLPath[] = "oem"; 259 const char kOemEulaURLPath[] = "oem";
260 const char kOnlineEulaURLPath[] =
261 "https://www.google.com/intl/%s/chrome/eula_text.html";
260 #endif 262 #endif
261 263
262 #if defined(USE_ASH) 264 #if defined(USE_ASH)
263 const char kChromeUITransparencyHost[] = "transparency"; 265 const char kChromeUITransparencyHost[] = "transparency";
264 #endif 266 #endif
265 267
266 #if defined(FILE_MANAGER_EXTENSION) 268 #if defined(FILE_MANAGER_EXTENSION)
267 const char kChromeUIFileManagerHost[] = "files"; 269 const char kChromeUIFileManagerHost[] = "files";
268 #endif 270 #endif
269 271
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
519 const char kChromeSearchMostVisitedUrl[] = "chrome-search://most-visited/"; 521 const char kChromeSearchMostVisitedUrl[] = "chrome-search://most-visited/";
520 522
521 // Google SafeSearch query parameters. 523 // Google SafeSearch query parameters.
522 const char kSafeSearchSafeParameter[] = "safe=active"; 524 const char kSafeSearchSafeParameter[] = "safe=active";
523 const char kSafeSearchSsuiParameter[] = "ssui=on"; 525 const char kSafeSearchSsuiParameter[] = "ssui=on";
524 526
525 const char kMediaAccessLearnMoreUrl[] = 527 const char kMediaAccessLearnMoreUrl[] =
526 "https://support.google.com/chrome/?p=ib_access_cam_mic"; 528 "https://support.google.com/chrome/?p=ib_access_cam_mic";
527 529
528 } // namespace chrome 530 } // namespace chrome
OLDNEW
« chrome/browser/ui/webui/about_ui.cc ('K') | « chrome/common/url_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698