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

Unified Diff: content/shell/test_runner/web_view_test_client.h

Issue 2773003002: Make the WebWidgetClient parameter a ref so it's not legal to pass a nullptr. (Closed)
Patch Set: WebViewClient dtor now overrides the virtual dtor in WebWidgetClient. 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: content/shell/test_runner/web_view_test_client.h
diff --git a/content/shell/test_runner/web_view_test_client.h b/content/shell/test_runner/web_view_test_client.h
index a76defa739c40910cebc755add6da4e8822d38b1..75a78ac70cd79aa38441d923d03d4e52b2309a10 100644
--- a/content/shell/test_runner/web_view_test_client.h
+++ b/content/shell/test_runner/web_view_test_client.h
@@ -27,7 +27,7 @@ class WebViewTestClient : public blink::WebViewClient {
// Caller has to ensure |web_view_test_proxy_base| lives longer than |this|.
WebViewTestClient(WebViewTestProxyBase* web_view_test_proxy_base);
- virtual ~WebViewTestClient();
+ ~WebViewTestClient() override;
// WebViewClient overrides needed by WebViewTestProxy.
void showValidationMessage(const blink::WebRect& anchor_in_root_view,
« no previous file with comments | « components/printing/renderer/print_web_view_helper.cc ('k') | content/shell/test_runner/web_widget_test_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698