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

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

Issue 734243003: Adding the chrome://copresence page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@state
Patch Set: Created 6 years 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 // 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 <string> 10 #include <string>
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 extern const char kChromeUIGestureConfigURL[]; 126 extern const char kChromeUIGestureConfigURL[];
127 extern const char kChromeUIGestureConfigHost[]; 127 extern const char kChromeUIGestureConfigHost[];
128 extern const char kChromeUISalsaURL[]; 128 extern const char kChromeUISalsaURL[];
129 extern const char kChromeUISalsaHost[]; 129 extern const char kChromeUISalsaHost[];
130 #endif 130 #endif
131 131
132 #if (defined(OS_LINUX) && defined(TOOLKIT_VIEWS)) || defined(USE_AURA) 132 #if (defined(OS_LINUX) && defined(TOOLKIT_VIEWS)) || defined(USE_AURA)
133 extern const char kChromeUITabModalConfirmDialogURL[]; 133 extern const char kChromeUITabModalConfirmDialogURL[];
134 #endif 134 #endif
135 135
136 #if !defined(OS_ANDROID) && !defined(OS_IOS)
137 extern const char kChromeUICopresenceURL[];
138 extern const char kChromeUICopresenceHost[];
139 #endif
140
136 #if defined(ENABLE_WEBRTC) 141 #if defined(ENABLE_WEBRTC)
137 extern const char kChromeUIWebRtcLogsURL[]; 142 extern const char kChromeUIWebRtcLogsURL[];
138 #endif 143 #endif
139 144
140 // chrome components of URLs. Should be kept in sync with the full URLs above. 145 // chrome components of URLs. Should be kept in sync with the full URLs above.
141 extern const char kChromeUIAboutHost[]; 146 extern const char kChromeUIAboutHost[];
142 extern const char kChromeUIAboutPageFrameHost[]; 147 extern const char kChromeUIAboutPageFrameHost[];
143 extern const char kChromeUIBlankHost[]; 148 extern const char kChromeUIBlankHost[];
144 extern const char kChromeUIAppLauncherPageHost[]; 149 extern const char kChromeUIAppLauncherPageHost[];
145 extern const char kChromeUIAppListStartPageHost[]; 150 extern const char kChromeUIAppListStartPageHost[];
(...skipping 397 matching lines...) Expand 10 before | Expand all | Expand 10 after
543 // The URL for the 32-bit Mac deprecation help center article 548 // The URL for the 32-bit Mac deprecation help center article
544 extern const char kMac32BitDeprecationURL[]; 549 extern const char kMac32BitDeprecationURL[];
545 #endif 550 #endif
546 551
547 // The URL for the "Learn more" link the the Easy Unlock settings. 552 // The URL for the "Learn more" link the the Easy Unlock settings.
548 extern const char kEasyUnlockLearnMoreUrl[]; 553 extern const char kEasyUnlockLearnMoreUrl[];
549 554
550 } // namespace chrome 555 } // namespace chrome
551 556
552 #endif // CHROME_COMMON_URL_CONSTANTS_H_ 557 #endif // CHROME_COMMON_URL_CONSTANTS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698