| 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
|
|
|