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

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

Issue 10920084: don't display platform app resources in normal browser windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: self review Created 8 years, 2 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) 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 "build/build_config.h" 10 #include "build/build_config.h"
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 extern const char kSyncSetupForceLoginSubPage[]; 283 extern const char kSyncSetupForceLoginSubPage[];
284 extern const char kSyncSetupSubPage[]; 284 extern const char kSyncSetupSubPage[];
285 #if defined(OS_CHROMEOS) 285 #if defined(OS_CHROMEOS)
286 extern const char kInternetOptionsSubPage[]; 286 extern const char kInternetOptionsSubPage[];
287 extern const char kBluetoothAddDeviceSubPage[]; 287 extern const char kBluetoothAddDeviceSubPage[];
288 #endif 288 #endif
289 289
290 // Extensions sub pages. 290 // Extensions sub pages.
291 extern const char kExtensionConfigureCommandsSubPage[]; 291 extern const char kExtensionConfigureCommandsSubPage[];
292 292
293 // URLs used to indicate that an extension resource load request
294 // was invalid.
295 extern const char kExtensionInvalidRequestURL[];
296 extern const char kExtensionResourceInvalidRequestURL[];
297
293 extern const char kSyncGoogleDashboardURL[]; 298 extern const char kSyncGoogleDashboardURL[];
294 299
295 // "Learn more" URL for the auto password generation. 300 // "Learn more" URL for the auto password generation.
296 extern const char kAutoPasswordGenerationLearnMoreURL[]; 301 extern const char kAutoPasswordGenerationLearnMoreURL[];
297 302
298 extern const char kPasswordManagerLearnMoreURL[]; 303 extern const char kPasswordManagerLearnMoreURL[];
299 304
300 // General help links for Chrome, opened using various actions. 305 // General help links for Chrome, opened using various actions.
301 extern const char kChromeHelpViaKeyboardURL[]; 306 extern const char kChromeHelpViaKeyboardURL[];
302 extern const char kChromeHelpViaMenuURL[]; 307 extern const char kChromeHelpViaMenuURL[];
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
414 #endif 419 #endif
415 420
416 #if defined(OS_CHROMEOS) 421 #if defined(OS_CHROMEOS)
417 // "Learn more" URL for the Cloud Print section under Options. 422 // "Learn more" URL for the Cloud Print section under Options.
418 extern const char kCloudPrintLearnMoreURL[]; 423 extern const char kCloudPrintLearnMoreURL[];
419 #endif 424 #endif
420 425
421 } // namespace chrome 426 } // namespace chrome
422 427
423 #endif // CHROME_COMMON_URL_CONSTANTS_H_ 428 #endif // CHROME_COMMON_URL_CONSTANTS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698