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

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

Issue 2541923002: MD Settings: Add Google Play Store (Arc++) section (Closed)
Patch Set: . Created 4 years 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
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 <stddef.h> 10 #include <stddef.h>
(...skipping 481 matching lines...) Expand 10 before | Expand all | Expand 10 after
492 492
493 // The URL for the "Learn more" link when there is a sync error. 493 // The URL for the "Learn more" link when there is a sync error.
494 extern const char kSyncErrorsHelpURL[]; 494 extern const char kSyncErrorsHelpURL[];
495 495
496 #if defined(OS_CHROMEOS) 496 #if defined(OS_CHROMEOS)
497 // The URL for the "Learn more" link for natural scrolling on ChromeOS. 497 // The URL for the "Learn more" link for natural scrolling on ChromeOS.
498 extern const char kNaturalScrollHelpURL[]; 498 extern const char kNaturalScrollHelpURL[];
499 499
500 // The URL for the Learn More page about enterprise enrolled devices. 500 // The URL for the Learn More page about enterprise enrolled devices.
501 extern const char kLearnMoreEnterpriseURL[]; 501 extern const char kLearnMoreEnterpriseURL[];
502
503 // The URL fo the "learn more" link for Google Play Store (Arc++) settings.
504 extern const char kAndroidAppsLearnMoreURL[];
502 #endif 505 #endif
503 506
504 // The URL for the Learn More link of the non-CWS bubble. 507 // The URL for the Learn More link of the non-CWS bubble.
505 extern const char kRemoveNonCWSExtensionURL[]; 508 extern const char kRemoveNonCWSExtensionURL[];
506 509
507 #if defined(OS_WIN) 510 #if defined(OS_WIN)
508 extern const char kNotificationsHelpURL[]; 511 extern const char kNotificationsHelpURL[];
509 #endif 512 #endif
510 513
511 // The Welcome Notification More Info URL. 514 // The Welcome Notification More Info URL.
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
607 extern const char kChooserUsbOverviewURL[]; 610 extern const char kChooserUsbOverviewURL[];
608 611
609 #if defined(OS_CHROMEOS) 612 #if defined(OS_CHROMEOS)
610 // The URL for EOL notification 613 // The URL for EOL notification
611 extern const char kEolNotificationURL[]; 614 extern const char kEolNotificationURL[];
612 #endif 615 #endif
613 616
614 } // namespace chrome 617 } // namespace chrome
615 618
616 #endif // CHROME_COMMON_URL_CONSTANTS_H_ 619 #endif // CHROME_COMMON_URL_CONSTANTS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698