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

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

Issue 3795009: Fix DCHECK caused by passing a parameter to a string that doesn't have a placeholder. (Closed)
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
diff --git a/chrome/browser/dom_ui/flags_ui.cc b/chrome/browser/dom_ui/flags_ui.cc
index a21bda2a17805396717c6697428eebd195efc8f7..7688579000b15e0cd3d713296620e983c704a483 100644
--- a/chrome/browser/dom_ui/flags_ui.cc
+++ b/chrome/browser/dom_ui/flags_ui.cc
@@ -66,9 +66,8 @@ void FlagsUIHTMLSource::StartDataRequest(const std::string& path,
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