Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1383)

Unified Diff: Source/web/WebLocalFrameImpl.h

Issue 756743003: More changes to WebLocalFrame for Autofill OOPIF. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/web/WebLocalFrameImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebLocalFrameImpl.h
diff --git a/Source/web/WebLocalFrameImpl.h b/Source/web/WebLocalFrameImpl.h
index 19363c8604b582e76fe8eb247c0c2c6490769af4..07abc774de53cb9174cc471422c5dee15be888e4 100644
--- a/Source/web/WebLocalFrameImpl.h
+++ b/Source/web/WebLocalFrameImpl.h
@@ -224,6 +224,7 @@ public:
// WebLocalFrame methods:
virtual void initializeToReplaceRemoteFrame(WebRemoteFrame*) override;
virtual void setAutofillClient(WebAutofillClient*) override;
+ virtual WebAutofillClient* autofillClient() override;
virtual void sendPings(const WebNode& linkNode, const WebURL& destinationURL) override;
virtual bool isLoading() const override;
virtual bool isResourceLoadInProgress() const override;
@@ -296,7 +297,6 @@ public:
WebFrameClient* client() const { return m_client; }
void setClient(WebFrameClient* client) { m_client = client; }
- WebAutofillClient* autofillClient() { return m_autofillClient; }
WebPermissionClient* permissionClient() { return m_permissionClient; }
SharedWorkerRepositoryClientImpl* sharedWorkerRepositoryClient() const { return m_sharedWorkerRepositoryClient.get(); }
« no previous file with comments | « no previous file | Source/web/WebLocalFrameImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698