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

Unified Diff: chrome/browser/dom_ui/chrome_url_data_manager.h

Issue 57025: Make the font family and the font size used in dom UI localizable. ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 9 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/app/resources/locale_settings_zh-TW.xtb ('k') | chrome/browser/dom_ui/chrome_url_data_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/dom_ui/chrome_url_data_manager.h
===================================================================
--- chrome/browser/dom_ui/chrome_url_data_manager.h (revision 12792)
+++ chrome/browser/dom_ui/chrome_url_data_manager.h (working copy)
@@ -11,6 +11,7 @@
#include "base/task.h"
#include "chrome/common/ref_counted_util.h"
+class DictionaryValue;
class GURL;
class MessageLoop;
class URLRequest;
@@ -61,6 +62,8 @@
MessageLoop* message_loop() const { return message_loop_; }
const std::string& source_name() const { return source_name_; }
+ static void SetFontAndTextDirection(DictionaryValue* localized_strings);
+
private:
// The name of this source.
// E.g., for favicons, this could be "favicon", which results in paths for
« no previous file with comments | « chrome/app/resources/locale_settings_zh-TW.xtb ('k') | chrome/browser/dom_ui/chrome_url_data_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698