Chromium Code Reviews

Unified Diff: chrome/browser/dom_ui/options/about_page_handler.cc

Issue 5315006: chromeos: Fix DOMUI about:credits link. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome
Patch Set: Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | chrome/browser/resources/options/about_page.html » ('j') | chrome/common/url_constants.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/dom_ui/options/about_page_handler.cc
diff --git a/chrome/browser/dom_ui/options/about_page_handler.cc b/chrome/browser/dom_ui/options/about_page_handler.cc
index 6765705258b82b20c46ea3ec7a2ec9d7a9b44bbb..f728d9b5702e45a80e8eb4ce24433884cb04998a 100644
--- a/chrome/browser/dom_ui/options/about_page_handler.cc
+++ b/chrome/browser/dom_ui/options/about_page_handler.cc
@@ -196,7 +196,7 @@ void AboutPageHandler::GetLocalizedValues(DictionaryValue* localized_strings) {
text.find(kBeginLinkOss) + wcslen(kBeginLinkOss),
text.find(kEndLinkOss))));
localized_strings->SetString(chromium_url_appears_first ?
- "license_link_1" : "license_link_0", chrome::kAboutCreditsURL);
+ "license_link_1" : "license_link_0", chrome::kChromeUIAboutCreditsURL);
// webkit
« no previous file with comments | « no previous file | chrome/browser/resources/options/about_page.html » ('j') | chrome/common/url_constants.h » ('J')

Powered by Google App Engine