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

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

Issue 7273073: Animated Rotation (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Address reviewer comments Created 9 years, 3 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) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 #pragma once 9 #pragma once
10 10
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 extern const char kChromeUIKeyboardOverlayHost[]; 178 extern const char kChromeUIKeyboardOverlayHost[];
179 extern const char kChromeUILoginContainerHost[]; 179 extern const char kChromeUILoginContainerHost[];
180 extern const char kChromeUILoginHost[]; 180 extern const char kChromeUILoginHost[];
181 extern const char kChromeUIMediaplayerHost[]; 181 extern const char kChromeUIMediaplayerHost[];
182 extern const char kChromeUIMobileSetupHost[]; 182 extern const char kChromeUIMobileSetupHost[];
183 extern const char kChromeUINetworkHost[]; 183 extern const char kChromeUINetworkHost[];
184 extern const char kChromeUIOobeHost[]; 184 extern const char kChromeUIOobeHost[];
185 extern const char kChromeUIOSCreditsHost[]; 185 extern const char kChromeUIOSCreditsHost[];
186 extern const char kChromeUIProxySettingsHost[]; 186 extern const char kChromeUIProxySettingsHost[];
187 extern const char kChromeUIRegisterPageHost[]; 187 extern const char kChromeUIRegisterPageHost[];
188 extern const char kChromeUIRotateHost[];
188 extern const char kChromeUISlideshowHost[]; 189 extern const char kChromeUISlideshowHost[];
189 extern const char kChromeUISimUnlockHost[]; 190 extern const char kChromeUISimUnlockHost[];
190 extern const char kChromeUISystemInfoHost[]; 191 extern const char kChromeUISystemInfoHost[];
191 extern const char kChromeUIUserImageHost[]; 192 extern const char kChromeUIUserImageHost[];
192 193
193 extern const char kChromeUIMenu[]; 194 extern const char kChromeUIMenu[];
194 extern const char kChromeUIWrenchMenu[]; 195 extern const char kChromeUIWrenchMenu[];
195 extern const char kChromeUINetworkMenu[]; 196 extern const char kChromeUINetworkMenu[];
196 197
197 extern const char kEULAPathFormat[]; 198 extern const char kEULAPathFormat[];
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 void RegisterChromeSchemes(); 271 void RegisterChromeSchemes();
271 272
272 #if defined(OS_CHROMEOS) 273 #if defined(OS_CHROMEOS)
273 // "Learn more" URL for the Cloud Print section under Options. 274 // "Learn more" URL for the Cloud Print section under Options.
274 extern const char kCloudPrintLearnMoreURL[]; 275 extern const char kCloudPrintLearnMoreURL[];
275 #endif 276 #endif
276 277
277 } // namespace chrome 278 } // namespace chrome
278 279
279 #endif // CHROME_COMMON_URL_CONSTANTS_H_ 280 #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