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

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

Issue 22914008: Refactor kiosk app launch to be part of login screen UI flow. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
« no previous file with comments | « chrome/common/url_constants.h ('k') | no next file » | 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 #include "chrome/common/url_constants.h" 5 #include "chrome/common/url_constants.h"
6 6
7 #include <algorithm> 7 #include <algorithm>
8 8
9 #include "base/basictypes.h" 9 #include "base/basictypes.h"
10 #include "content/public/common/url_constants.h" 10 #include "content/public/common/url_constants.h"
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 const char kChromeUIUberFrameURL[] = "chrome://uber-frame/"; 85 const char kChromeUIUberFrameURL[] = "chrome://uber-frame/";
86 const char kChromeUIUserActionsURL[] = "chrome://user-actions/"; 86 const char kChromeUIUserActionsURL[] = "chrome://user-actions/";
87 const char kChromeUIVersionURL[] = "chrome://version/"; 87 const char kChromeUIVersionURL[] = "chrome://version/";
88 88
89 #if defined(OS_ANDROID) 89 #if defined(OS_ANDROID)
90 const char kChromeUIWelcomeURL[] = "chrome://welcome/"; 90 const char kChromeUIWelcomeURL[] = "chrome://welcome/";
91 #endif 91 #endif
92 92
93 #if defined(OS_CHROMEOS) 93 #if defined(OS_CHROMEOS)
94 const char kChromeUIActivationMessage[] = "chrome://activationmessage/"; 94 const char kChromeUIActivationMessage[] = "chrome://activationmessage/";
95 const char kChromeUIAppLaunchURL[] = "chrome://app-launch/";
96 const char kChromeUIBluetoothPairingURL[] = "chrome://bluetooth-pairing/"; 95 const char kChromeUIBluetoothPairingURL[] = "chrome://bluetooth-pairing/";
97 const char kChromeUIChooseMobileNetworkURL[] = 96 const char kChromeUIChooseMobileNetworkURL[] =
98 "chrome://choose-mobile-network/"; 97 "chrome://choose-mobile-network/";
99 const char kChromeUIDiagnosticsURL[] = "chrome://diagnostics/"; 98 const char kChromeUIDiagnosticsURL[] = "chrome://diagnostics/";
100 const char kChromeUIDiscardsURL[] = "chrome://discards/"; 99 const char kChromeUIDiscardsURL[] = "chrome://discards/";
101 const char kChromeUIIdleLogoutDialogURL[] = "chrome://idle-logout/"; 100 const char kChromeUIIdleLogoutDialogURL[] = "chrome://idle-logout/";
102 const char kChromeUIImageBurnerURL[] = "chrome://imageburner/"; 101 const char kChromeUIImageBurnerURL[] = "chrome://imageburner/";
103 const char kChromeUIKeyboardOverlayURL[] = "chrome://keyboardoverlay/"; 102 const char kChromeUIKeyboardOverlayURL[] = "chrome://keyboardoverlay/";
104 const char kChromeUILockScreenURL[] = "chrome://lock/"; 103 const char kChromeUILockScreenURL[] = "chrome://lock/";
105 const char kChromeUIMediaplayerURL[] = "chrome://mediaplayer/"; 104 const char kChromeUIMediaplayerURL[] = "chrome://mediaplayer/";
(...skipping 519 matching lines...) Expand 10 before | Expand all | Expand 10 after
625 const char kChromeSearchMostVisitedUrl[] = "chrome-search://most-visited/"; 624 const char kChromeSearchMostVisitedUrl[] = "chrome-search://most-visited/";
626 625
627 // Google SafeSearch query parameters. 626 // Google SafeSearch query parameters.
628 const char kSafeSearchSafeParameter[] = "safe=active"; 627 const char kSafeSearchSafeParameter[] = "safe=active";
629 const char kSafeSearchSsuiParameter[] = "ssui=on"; 628 const char kSafeSearchSsuiParameter[] = "ssui=on";
630 629
631 const char kMediaAccessLearnMoreUrl[] = 630 const char kMediaAccessLearnMoreUrl[] =
632 "https://support.google.com/chrome/?p=ib_access_cam_mic"; 631 "https://support.google.com/chrome/?p=ib_access_cam_mic";
633 632
634 } // namespace chrome 633 } // namespace chrome
OLDNEW
« no previous file with comments | « chrome/common/url_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698