| Index: chrome/browser/ui/webui/chromeos/slow_ui.cc
|
| diff --git a/chrome/browser/ui/webui/chromeos/slow_ui.cc b/chrome/browser/ui/webui/chromeos/slow_ui.cc
|
| index 6c9aaffaa7b3093bc8c85da81688393aafda5681..52945aac46a5cc2c03b0ee850a348340fd27ae81 100644
|
| --- a/chrome/browser/ui/webui/chromeos/slow_ui.cc
|
| +++ b/chrome/browser/ui/webui/chromeos/slow_ui.cc
|
| @@ -54,9 +54,6 @@ class SlowUIHTMLSource : public content::URLDataSource {
|
| virtual std::string GetMimeType(const std::string&) const OVERRIDE {
|
| return "text/html";
|
| }
|
| - virtual bool ShouldAddContentSecurityPolicy() const OVERRIDE {
|
| - return false;
|
| - }
|
|
|
| private:
|
| virtual ~SlowUIHTMLSource() {}
|
|
|