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

Unified Diff: chrome/common/localized_error.h

Issue 880313002: webui: add [lang] attribute to <html> element on all webui pages so (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cros 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
« no previous file with comments | « chrome/browser/ui/webui/system_info_ui.cc ('k') | chrome/common/localized_error.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/localized_error.h
diff --git a/chrome/common/localized_error.h b/chrome/common/localized_error.h
index 94caed6dfc5e6ddd0078223238a8d41375fcbf6a..3a88a2df1d7eb33ccbc4fbafaf29044a50df636b 100644
--- a/chrome/common/localized_error.h
+++ b/chrome/common/localized_error.h
@@ -57,6 +57,7 @@ class LocalizedError {
// part of the app.
static void GetAppErrorStrings(const GURL& display_url,
const extensions::Extension* app,
+ const std::string& locale,
base::DictionaryValue* error_strings);
#endif
« no previous file with comments | « chrome/browser/ui/webui/system_info_ui.cc ('k') | chrome/common/localized_error.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698