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

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

Issue 2216933003: Implement the palette help and options buttons. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@palette-delegate
Patch Set: Address nit Created 4 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
« no previous file with comments | « chrome/browser/ui/ash/system_tray_delegate_chromeos.cc ('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 <stddef.h> 10 #include <stddef.h>
(...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 // General help links for Chrome, opened using various actions. 363 // General help links for Chrome, opened using various actions.
364 extern const char kChromeHelpViaKeyboardURL[]; 364 extern const char kChromeHelpViaKeyboardURL[];
365 extern const char kChromeHelpViaMenuURL[]; 365 extern const char kChromeHelpViaMenuURL[];
366 extern const char kChromeHelpViaWebUIURL[]; 366 extern const char kChromeHelpViaWebUIURL[];
367 367
368 #if defined(OS_CHROMEOS) 368 #if defined(OS_CHROMEOS)
369 // Accessibility help link for Chrome. 369 // Accessibility help link for Chrome.
370 extern const char kChromeAccessibilityHelpURL[]; 370 extern const char kChromeAccessibilityHelpURL[];
371 // Accessibility settings link for Chrome. 371 // Accessibility settings link for Chrome.
372 extern const char kChromeAccessibilitySettingsURL[]; 372 extern const char kChromeAccessibilitySettingsURL[];
373 // Palette help link for Chrome.
374 extern const char kChromePaletteHelpURL[];
373 #endif 375 #endif
374 376
375 #if BUILDFLAG(ENABLE_ONE_CLICK_SIGNIN) 377 #if BUILDFLAG(ENABLE_ONE_CLICK_SIGNIN)
376 // "Learn more" URL for the one click signin infobar. 378 // "Learn more" URL for the one click signin infobar.
377 extern const char kChromeSyncLearnMoreURL[]; 379 extern const char kChromeSyncLearnMoreURL[];
378 380
379 // "Learn more" URL for the "Sign in with a different account" confirmation 381 // "Learn more" URL for the "Sign in with a different account" confirmation
380 // dialog. 382 // dialog.
381 extern const char kChromeSyncMergeTroubleshootingURL[]; 383 extern const char kChromeSyncMergeTroubleshootingURL[];
382 #endif 384 #endif
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
590 extern const char kChooserUsbOverviewURL[]; 592 extern const char kChooserUsbOverviewURL[];
591 593
592 #if defined(OS_CHROMEOS) 594 #if defined(OS_CHROMEOS)
593 // The URL for EOL notification 595 // The URL for EOL notification
594 extern const char kEolNotificationURL[]; 596 extern const char kEolNotificationURL[];
595 #endif 597 #endif
596 598
597 } // namespace chrome 599 } // namespace chrome
598 600
599 #endif // CHROME_COMMON_URL_CONSTANTS_H_ 601 #endif // CHROME_COMMON_URL_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/ash/system_tray_delegate_chromeos.cc ('k') | chrome/common/url_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698