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

Unified Diff: chrome/browser/dom_ui/flags_ui.cc

Issue 3795010: Merge 62826 - Fix DCHECK caused by passing a parameter to a string that doesn... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/552/src/
Patch Set: Created 10 years, 2 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/dom_ui/flags_ui.cc
===================================================================
--- chrome/browser/dom_ui/flags_ui.cc (revision 62836)
+++ chrome/browser/dom_ui/flags_ui.cc (working copy)
@@ -66,9 +66,8 @@
l10n_util::GetStringUTF16(IDS_FLAGS_NO_EXPERIMENTS_AVAILABLE));
localized_strings.SetString("flagsWarningHeader", l10n_util::GetStringUTF16(
IDS_FLAGS_WARNING_HEADER));
- localized_strings.SetString("flagsBlurb", l10n_util::GetStringFUTF16(
- IDS_FLAGS_WARNING_TEXT,
- l10n_util::GetStringUTF16(IDS_PRODUCT_NAME)));
+ localized_strings.SetString("flagsBlurb", l10n_util::GetStringUTF16(
+ IDS_FLAGS_WARNING_TEXT));
localized_strings.SetString("flagsRestartNotice", l10n_util::GetStringFUTF16(
IDS_FLAGS_RESTART_NOTICE,
l10n_util::GetStringUTF16(IDS_PRODUCT_NAME)));
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698