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

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: Removed unnecessary include Created 9 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) 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 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 extern const char kChromeUIKeyboardOverlayHost[]; 174 extern const char kChromeUIKeyboardOverlayHost[];
175 extern const char kChromeUILoginContainerHost[]; 175 extern const char kChromeUILoginContainerHost[];
176 extern const char kChromeUILoginHost[]; 176 extern const char kChromeUILoginHost[];
177 extern const char kChromeUIMediaplayerHost[]; 177 extern const char kChromeUIMediaplayerHost[];
178 extern const char kChromeUIMobileSetupHost[]; 178 extern const char kChromeUIMobileSetupHost[];
179 extern const char kChromeUINetworkHost[]; 179 extern const char kChromeUINetworkHost[];
180 extern const char kChromeUIOobeHost[]; 180 extern const char kChromeUIOobeHost[];
181 extern const char kChromeUIOSCreditsHost[]; 181 extern const char kChromeUIOSCreditsHost[];
182 extern const char kChromeUIProxySettingsHost[]; 182 extern const char kChromeUIProxySettingsHost[];
183 extern const char kChromeUIRegisterPageHost[]; 183 extern const char kChromeUIRegisterPageHost[];
184 extern const char kChromeUIRotateHost[];
184 extern const char kChromeUISlideshowHost[]; 185 extern const char kChromeUISlideshowHost[];
185 extern const char kChromeUISimUnlockHost[]; 186 extern const char kChromeUISimUnlockHost[];
186 extern const char kChromeUISystemInfoHost[]; 187 extern const char kChromeUISystemInfoHost[];
187 extern const char kChromeUIUserImageHost[]; 188 extern const char kChromeUIUserImageHost[];
188 189
189 extern const char kChromeUIMenu[]; 190 extern const char kChromeUIMenu[];
190 extern const char kChromeUIWrenchMenu[]; 191 extern const char kChromeUIWrenchMenu[];
191 extern const char kChromeUINetworkMenu[]; 192 extern const char kChromeUINetworkMenu[];
192 193
193 extern const char kEULAPathFormat[]; 194 extern const char kEULAPathFormat[];
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 void RegisterChromeSchemes(); 263 void RegisterChromeSchemes();
263 264
264 #if defined(OS_CHROMEOS) 265 #if defined(OS_CHROMEOS)
265 // "Learn more" URL for the Cloud Print section under Options. 266 // "Learn more" URL for the Cloud Print section under Options.
266 extern const char kCloudPrintLearnMoreURL[]; 267 extern const char kCloudPrintLearnMoreURL[];
267 #endif 268 #endif
268 269
269 } // namespace chrome 270 } // namespace chrome
270 271
271 #endif // CHROME_COMMON_URL_CONSTANTS_H_ 272 #endif // CHROME_COMMON_URL_CONSTANTS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698