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

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

Issue 1212783003: Make Win HRESULT into link to help-center. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: create link in updater where hresult is known Created 5 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
« no previous file with comments | « chrome/browser/google/google_update_win.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 <string> 10 #include <string>
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 extern const char kExtensionConfigureCommandsSubPage[]; 330 extern const char kExtensionConfigureCommandsSubPage[];
331 331
332 // URLs used to indicate that an extension resource load request 332 // URLs used to indicate that an extension resource load request
333 // was invalid. 333 // was invalid.
334 extern const char kExtensionInvalidRequestURL[]; 334 extern const char kExtensionInvalidRequestURL[];
335 extern const char kExtensionResourceInvalidRequestURL[]; 335 extern const char kExtensionResourceInvalidRequestURL[];
336 336
337 extern const char kSyncGoogleDashboardURL[]; 337 extern const char kSyncGoogleDashboardURL[];
338 338
339 extern const char kPasswordManagerLearnMoreURL[]; 339 extern const char kPasswordManagerLearnMoreURL[];
340 extern const char kUpgradeHelpCenterBaseURL[];
340 extern const char kPasswordManagerAccountDashboardURL[]; 341 extern const char kPasswordManagerAccountDashboardURL[];
341 342
342 // "Learn more" URL for the Settings API, NTP bubble and other settings bubbles 343 // "Learn more" URL for the Settings API, NTP bubble and other settings bubbles
343 // showing which extension is controlling them. 344 // showing which extension is controlling them.
344 extern const char kExtensionControlledSettingLearnMoreURL[]; 345 extern const char kExtensionControlledSettingLearnMoreURL[];
345 346
346 // General help links for Chrome, opened using various actions. 347 // General help links for Chrome, opened using various actions.
347 extern const char kChromeHelpViaKeyboardURL[]; 348 extern const char kChromeHelpViaKeyboardURL[];
348 extern const char kChromeHelpViaMenuURL[]; 349 extern const char kChromeHelpViaMenuURL[];
349 extern const char kChromeHelpViaWebUIURL[]; 350 extern const char kChromeHelpViaWebUIURL[];
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
540 // The URL for the 32-bit Mac deprecation help center article 541 // The URL for the 32-bit Mac deprecation help center article
541 extern const char kMac32BitDeprecationURL[]; 542 extern const char kMac32BitDeprecationURL[];
542 #endif 543 #endif
543 544
544 // The URL for the "Learn more" link the the Easy Unlock settings. 545 // The URL for the "Learn more" link the the Easy Unlock settings.
545 extern const char kEasyUnlockLearnMoreUrl[]; 546 extern const char kEasyUnlockLearnMoreUrl[];
546 547
547 } // namespace chrome 548 } // namespace chrome
548 549
549 #endif // CHROME_COMMON_URL_CONSTANTS_H_ 550 #endif // CHROME_COMMON_URL_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome/browser/google/google_update_win.cc ('k') | chrome/common/url_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698