refactor: mojofy autofill (#18723)
This commit is contained in:
parent
ec10fd3044
commit
ba96cdb7dc
26 changed files with 76 additions and 160 deletions
|
@ -105,7 +105,6 @@ class CommonWebContentsDelegate : public content::WebContentsDelegate,
|
|||
const content::NativeWebKeyboardEvent& event) override;
|
||||
|
||||
// Autofill related events.
|
||||
#if defined(TOOLKIT_VIEWS)
|
||||
void ShowAutofillPopup(content::RenderFrameHost* frame_host,
|
||||
content::RenderFrameHost* embedder_frame_host,
|
||||
bool offscreen,
|
||||
|
@ -113,7 +112,6 @@ class CommonWebContentsDelegate : public content::WebContentsDelegate,
|
|||
const std::vector<base::string16>& values,
|
||||
const std::vector<base::string16>& labels);
|
||||
void HideAutofillPopup();
|
||||
#endif
|
||||
|
||||
// InspectableWebContentsDelegate:
|
||||
void DevToolsSaveToFile(const std::string& url,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue