refactor: remove references to non-existent webui (#20867)
This commit is contained in:
parent
f645ca015f
commit
85647dfced
17 changed files with 395 additions and 174 deletions
20
shell/browser/electron_pdf_web_contents_helper_client.cc
Normal file
20
shell/browser/electron_pdf_web_contents_helper_client.cc
Normal file
|
@ -0,0 +1,20 @@
|
|||
// Copyright (c) 2015 Slack Technologies, Inc.
|
||||
// Use of this source code is governed by the MIT license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "shell/browser/electron_pdf_web_contents_helper_client.h"
|
||||
|
||||
ElectronPDFWebContentsHelperClient::ElectronPDFWebContentsHelperClient() {}
|
||||
ElectronPDFWebContentsHelperClient::~ElectronPDFWebContentsHelperClient() =
|
||||
default;
|
||||
|
||||
void ElectronPDFWebContentsHelperClient::UpdateContentRestrictions(
|
||||
content::WebContents* contents,
|
||||
int content_restrictions) {}
|
||||
void ElectronPDFWebContentsHelperClient::OnPDFHasUnsupportedFeature(
|
||||
content::WebContents* contents) {}
|
||||
void ElectronPDFWebContentsHelperClient::OnSaveURL(
|
||||
content::WebContents* contents) {}
|
||||
void ElectronPDFWebContentsHelperClient::SetPluginCanSave(
|
||||
content::WebContents* contents,
|
||||
bool can_save) {}
|
Loading…
Add table
Add a link
Reference in a new issue