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

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

Issue 580023003: Rename the drive: scheme with the externalfile: scheme. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. Created 6 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
« no previous file with comments | « chrome/chrome_tests_unit.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) 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 499 matching lines...) Expand 10 before | Expand all | Expand 10 after
510 extern const char kChromeSearchLocalNtpHost[]; 510 extern const char kChromeSearchLocalNtpHost[];
511 extern const char kChromeSearchLocalNtpUrl[]; 511 extern const char kChromeSearchLocalNtpUrl[];
512 extern const char kChromeSearchRemoteNtpHost[]; 512 extern const char kChromeSearchRemoteNtpHost[];
513 513
514 // Host and URL for most visited iframes used on the Instant Extended NTP. 514 // Host and URL for most visited iframes used on the Instant Extended NTP.
515 extern const char kChromeSearchMostVisitedHost[]; 515 extern const char kChromeSearchMostVisitedHost[];
516 extern const char kChromeSearchMostVisitedUrl[]; 516 extern const char kChromeSearchMostVisitedUrl[];
517 517
518 #if defined(OS_CHROMEOS) 518 #if defined(OS_CHROMEOS)
519 extern const char kCrosScheme[]; 519 extern const char kCrosScheme[];
520 extern const char kDriveScheme[]; 520 extern const char kExternalFileScheme[];
521 #endif 521 #endif
522 522
523 // "Learn more" URL for the Cloud Print section under Options. 523 // "Learn more" URL for the Cloud Print section under Options.
524 extern const char kCloudPrintLearnMoreURL[]; 524 extern const char kCloudPrintLearnMoreURL[];
525 525
526 // "Learn more" URL for the Cloud Print Preview No Destinations Promotion. 526 // "Learn more" URL for the Cloud Print Preview No Destinations Promotion.
527 extern const char kCloudPrintNoDestinationsLearnMoreURL[]; 527 extern const char kCloudPrintNoDestinationsLearnMoreURL[];
528 528
529 // Parameters that get appended to force SafeSearch. 529 // Parameters that get appended to force SafeSearch.
530 extern const char kSafeSearchSafeParameter[]; 530 extern const char kSafeSearchSafeParameter[];
531 extern const char kSafeSearchSsuiParameter[]; 531 extern const char kSafeSearchSsuiParameter[];
532 532
533 // The URL for the "Learn more" link in the media access infobar. 533 // The URL for the "Learn more" link in the media access infobar.
534 extern const char kMediaAccessLearnMoreUrl[]; 534 extern const char kMediaAccessLearnMoreUrl[];
535 535
536 // The URL for the "Learn more" link in the language settings. 536 // The URL for the "Learn more" link in the language settings.
537 extern const char kLanguageSettingsLearnMoreUrl[]; 537 extern const char kLanguageSettingsLearnMoreUrl[];
538 538
539 #if defined(OS_MACOSX) 539 #if defined(OS_MACOSX)
540 // The URL for the 32-bit Mac deprecation help center article 540 // The URL for the 32-bit Mac deprecation help center article
541 extern const char kMac32BitDeprecationURL[]; 541 extern const char kMac32BitDeprecationURL[];
542 #endif 542 #endif
543 543
544 // The URL for the "Learn more" link the the Easy Unlock settings. 544 // The URL for the "Learn more" link the the Easy Unlock settings.
545 extern const char kEasyUnlockLearnMoreUrl[]; 545 extern const char kEasyUnlockLearnMoreUrl[];
546 546
547 } // namespace chrome 547 } // namespace chrome
548 548
549 #endif // CHROME_COMMON_URL_CONSTANTS_H_ 549 #endif // CHROME_COMMON_URL_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/common/url_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698