| Index: chrome/browser/ui/webui/chrome_url_data_manager.h
|
| diff --git a/chrome/browser/ui/webui/chrome_url_data_manager.h b/chrome/browser/ui/webui/chrome_url_data_manager.h
|
| index ce835c00f2e5c62434582d2e905a0a2b63306f34..823b640a6199e378f14c9673a4482f0bbeeb6bcc 100644
|
| --- a/chrome/browser/ui/webui/chrome_url_data_manager.h
|
| +++ b/chrome/browser/ui/webui/chrome_url_data_manager.h
|
| @@ -107,7 +107,7 @@ class ChromeURLDataManager : public ProfileKeyedService {
|
| virtual bool ShouldReplaceExistingSource() const;
|
|
|
| // Returns true if responses from this DataSource can be cached.
|
| - virtual bool AllowCaching() const { return true; }
|
| + virtual bool AllowCaching() const;
|
|
|
| static void SetFontAndTextDirection(
|
| base::DictionaryValue* localized_strings);
|
|
|