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

Unified Diff: chrome/browser/ui/views/about_chrome_view.cc

Issue 9352011: About: Use the old TOS string for Linux,Win old about dialogs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/gtk/about_chrome_dialog.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/about_chrome_view.cc
diff --git a/chrome/browser/ui/views/about_chrome_view.cc b/chrome/browser/ui/views/about_chrome_view.cc
index 0e63b387192e2d43f2a476db34c9ecd36bf0327b..be136e7032d53ed7eb68681f2615d6b71a6bacdf 100644
--- a/chrome/browser/ui/views/about_chrome_view.cc
+++ b/chrome/browser/ui/views/about_chrome_view.cc
@@ -282,7 +282,7 @@ void AboutChromeView::Init() {
#if defined(GOOGLE_CHROME_BUILD)
std::vector<size_t> url_offsets;
- text = l10n_util::GetStringFUTF16(IDS_ABOUT_TERMS_OF_SERVICE,
+ text = l10n_util::GetStringFUTF16(IDS_ABOUT_OLD_TERMS_OF_SERVICE,
string16(),
string16(),
&url_offsets);
« no previous file with comments | « chrome/browser/ui/gtk/about_chrome_dialog.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698