diff options
Diffstat (limited to 'Source/WebKit/blackberry/Api/WebPageClient.h')
| -rw-r--r-- | Source/WebKit/blackberry/Api/WebPageClient.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebKit/blackberry/Api/WebPageClient.h b/Source/WebKit/blackberry/Api/WebPageClient.h index 8ee102852..6dfd17473 100644 --- a/Source/WebKit/blackberry/Api/WebPageClient.h +++ b/Source/WebKit/blackberry/Api/WebPageClient.h @@ -210,6 +210,7 @@ public: virtual bool authenticationChallenge(const unsigned short* realm, unsigned int realmLength, WebString& username, WebString& password) = 0; virtual SaveCredentialType notifyShouldSaveCredential(bool isNew) = 0; virtual void notifyPopupAutofillDialog(const std::vector<std::string>&, const Platform::IntRect&) = 0; + virtual void notifyDismissAutofillDialog() = 0; virtual bool shouldPluginEnterFullScreen() = 0; virtual void didPluginEnterFullScreen() = 0; |
