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

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

Issue 2956673002: [reland] Move navigation-induced hiding of form-validation-bubble to the browser process. (Closed)
Patch Set: Keep ValidationMessageClient::DocumentDetached method. Created 3 years, 6 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/ValidationMessageClientImpl.h
diff --git a/third_party/WebKit/Source/core/page/ValidationMessageClientImpl.h b/third_party/WebKit/Source/core/page/ValidationMessageClientImpl.h
index 0816472667db5d510f67d81e4ae3628f277280ad..e261d9690efbc3a85ab082f77c8da891a8023a64 100644
--- a/third_party/WebKit/Source/core/page/ValidationMessageClientImpl.h
+++ b/third_party/WebKit/Source/core/page/ValidationMessageClientImpl.h
@@ -63,7 +63,6 @@ class CORE_EXPORT ValidationMessageClientImpl final
TextDirection sub_message_dir) 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