Chromium Code Reviews| Index: public/web/WebViewClient.h |
| diff --git a/public/web/WebViewClient.h b/public/web/WebViewClient.h |
| index 748a9d3dcfa4027d29bf788bf677378f03322b07..aae02024597145555a4a2984031bfd154de754a3 100644 |
| --- a/public/web/WebViewClient.h |
| +++ b/public/web/WebViewClient.h |
| @@ -163,6 +163,7 @@ public: |
| // Show a notification popup for the specified form vaidation messages |
| // besides the anchor rectangle. An implementation of this function should |
| // not hide the popup until hideValidationMessage call. |
| + virtual void showValidationMessage(const WebRect& anchorInRootView, const WebString& mainText, WebTextDirection mainTextDir, const WebString& supplementalText, WebTextDirection hint) { } |
|
tkent
2014/07/18 13:57:49
|hint| should be renamed to |supplementalTextDir|.
Habib Virji
2014/07/18 15:37:45
Done.
|
| virtual void showValidationMessage(const WebRect& anchorInRootView, const WebString& mainText, const WebString& supplementalText, WebTextDirection hint) { } |
| // Hide notifation popup for form validation messages. |