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

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: Created 9 years, 5 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 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 extern const char kChromeUIKeyboardOverlayHost[]; 186 extern const char kChromeUIKeyboardOverlayHost[];
187 extern const char kChromeUILoginContainerHost[]; 187 extern const char kChromeUILoginContainerHost[];
188 extern const char kChromeUILoginHost[]; 188 extern const char kChromeUILoginHost[];
189 extern const char kChromeUIMediaplayerHost[]; 189 extern const char kChromeUIMediaplayerHost[];
190 extern const char kChromeUIMobileSetupHost[]; 190 extern const char kChromeUIMobileSetupHost[];
191 extern const char kChromeUINetworkHost[]; 191 extern const char kChromeUINetworkHost[];
192 extern const char kChromeUIOobeHost[]; 192 extern const char kChromeUIOobeHost[];
193 extern const char kChromeUIOSCreditsHost[]; 193 extern const char kChromeUIOSCreditsHost[];
194 extern const char kChromeUIProxySettingsHost[]; 194 extern const char kChromeUIProxySettingsHost[];
195 extern const char kChromeUIRegisterPageHost[]; 195 extern const char kChromeUIRegisterPageHost[];
196 extern const char kChromeUIRotateHost[];
196 extern const char kChromeUISlideshowHost[]; 197 extern const char kChromeUISlideshowHost[];
197 extern const char kChromeUISimUnlockHost[]; 198 extern const char kChromeUISimUnlockHost[];
198 extern const char kChromeUISystemInfoHost[]; 199 extern const char kChromeUISystemInfoHost[];
199 extern const char kChromeUIUserImageHost[]; 200 extern const char kChromeUIUserImageHost[];
200 201
201 extern const char kChromeUIMenu[]; 202 extern const char kChromeUIMenu[];
202 extern const char kChromeUIWrenchMenu[]; 203 extern const char kChromeUIWrenchMenu[];
203 extern const char kChromeUINetworkMenu[]; 204 extern const char kChromeUINetworkMenu[];
204 205
205 extern const char kEULAPathFormat[]; 206 extern const char kEULAPathFormat[];
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 // The URL for the "Learn more" page for the blocked plugin infobar. 259 // The URL for the "Learn more" page for the blocked plugin infobar.
259 extern const char kBlockedPluginLearnMoreURL[]; 260 extern const char kBlockedPluginLearnMoreURL[];
260 261
261 // Call near the beginning of startup to register Chrome's internal URLs that 262 // Call near the beginning of startup to register Chrome's internal URLs that
262 // should be parsed as "standard" with the googleurl library. 263 // should be parsed as "standard" with the googleurl library.
263 void RegisterChromeSchemes(); 264 void RegisterChromeSchemes();
264 265
265 } // namespace chrome 266 } // namespace chrome
266 267
267 #endif // CHROME_COMMON_URL_CONSTANTS_H_ 268 #endif // CHROME_COMMON_URL_CONSTANTS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698