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

Unified Diff: third_party/WebKit/Source/web/ValidationMessageClientImpl.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/web/ValidationMessageClientImpl.h
diff --git a/third_party/WebKit/Source/web/ValidationMessageClientImpl.h b/third_party/WebKit/Source/web/ValidationMessageClientImpl.h
index dc308d32f86e8264e99c7de94b1adaae0386406b..57a1519bd89c1b6af918274837abcae12d0df864 100644
--- a/third_party/WebKit/Source/web/ValidationMessageClientImpl.h
+++ b/third_party/WebKit/Source/web/ValidationMessageClientImpl.h
@@ -60,6 +60,7 @@ class ValidationMessageClientImpl final
TextDirection subMessageDir) override;
void hideValidationMessage(const Element& anchor) override;
bool isValidationMessageVisible(const Element& anchor) override;
+ void willUnloadDocument(const Document&) override;
void documentDetached(const Document&) override;
void willBeDestroyed() override;

Powered by Google App Engine
This is Rietveld 408576698