| Index: chrome/browser/ui/webui/app_launcher_page_ui.h
|
| diff --git a/chrome/browser/ui/webui/app_launcher_page_ui.h b/chrome/browser/ui/webui/app_launcher_page_ui.h
|
| index e0222b8e38257ebad52ad0b4a876f9223c52670e..49b587244c2bbb512911ca853fec76b01a90e313 100644
|
| --- a/chrome/browser/ui/webui/app_launcher_page_ui.h
|
| +++ b/chrome/browser/ui/webui/app_launcher_page_ui.h
|
| @@ -45,7 +45,9 @@ class AppLauncherPageUI : public content::WebUIController {
|
| const content::URLDataSource::GotDataCallback& callback) override;
|
| std::string GetMimeType(const std::string&) const override;
|
| bool ShouldReplaceExistingSource() const override;
|
| - bool ShouldAddContentSecurityPolicy() const override;
|
| + std::string GetContentSecurityPolicyScriptSrc() const override;
|
| + std::string GetContentSecurityPolicyStyleSrc() const override;
|
| + std::string GetContentSecurityPolicyImgSrc() const override;
|
|
|
| private:
|
|
|
|
|