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

Unified Diff: third_party/WebKit/Source/core/page/ValidationMessageClient.h

Issue 2782093003: Merge "Form validation: Validation bubble should be closed on document unload process." to M58 (Closed)
Patch Set: Created 3 years, 9 months 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
Index: third_party/WebKit/Source/core/page/ValidationMessageClient.h
diff --git a/third_party/WebKit/Source/core/page/ValidationMessageClient.h b/third_party/WebKit/Source/core/page/ValidationMessageClient.h
index ba612c5190eefc80acb57f1a291a4646182f7b0e..74e74c938bf57d8fcb5b30d32e68cbad24ab7b65 100644
--- a/third_party/WebKit/Source/core/page/ValidationMessageClient.h
+++ b/third_party/WebKit/Source/core/page/ValidationMessageClient.h
@@ -56,6 +56,7 @@ class ValidationMessageClient : public GarbageCollectedMixin {
// is visible.
virtual bool isValidationMessageVisible(const Element& anchor) = 0;
+ virtual void willUnloadDocument(const Document&) = 0;
virtual void documentDetached(const Document&) = 0;
virtual void willBeDestroyed() = 0;
« no previous file with comments | « third_party/WebKit/Source/core/page/Page.cpp ('k') | third_party/WebKit/Source/web/ValidationMessageClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698