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

Unified Diff: chrome/browser/chromeos/extensions/first_run_private_api.cc

Issue 830743003: Directly inline shared WebUI CSS declarations into the security and supervised user interstitials. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: review Created 5 years, 11 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
Index: chrome/browser/chromeos/extensions/first_run_private_api.cc
diff --git a/chrome/browser/chromeos/extensions/first_run_private_api.cc b/chrome/browser/chromeos/extensions/first_run_private_api.cc
index 665c51db716569dba334807c8ee5b7883a124492..effbec0c363bad4c637a8585179f369a827af910 100644
--- a/chrome/browser/chromeos/extensions/first_run_private_api.cc
+++ b/chrome/browser/chromeos/extensions/first_run_private_api.cc
@@ -45,7 +45,7 @@ bool FirstRunPrivateGetLocalizedStringsFunction::RunSync() {
localized_strings->SetString(
"closeButton",
l10n_util::GetStringUTF16(IDS_CLOSE));
- webui::SetFontAndTextDirection(localized_strings);
+ webui::SetTextDirection(localized_strings);
SetResult(localized_strings);
return true;
}

Powered by Google App Engine
This is Rietveld 408576698