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

Unified Diff: third_party/WebKit/Source/web/tests/ChromeClientImplTest.cpp

Issue 1851293002: Remove BLINK_ASSERT() and BLINK_ASSERT_NOT_REACHED() macros. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Check the |callbacks| for nullptr and use explicit delete. Created 4 years, 8 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/tests/ChromeClientImplTest.cpp
diff --git a/third_party/WebKit/Source/web/tests/ChromeClientImplTest.cpp b/third_party/WebKit/Source/web/tests/ChromeClientImplTest.cpp
index 62bc2d641762db943726a50225387fd58615e5c5..d77df7fe0a8c249d522fed99316807db8233cd8d 100644
--- a/third_party/WebKit/Source/web/tests/ChromeClientImplTest.cpp
+++ b/third_party/WebKit/Source/web/tests/ChromeClientImplTest.cpp
@@ -61,11 +61,6 @@ private:
WebNavigationPolicy* m_target;
};
-class TestWebFrameClient : public WebFrameClient {
-public:
- ~TestWebFrameClient() override { }
-};
-
} // anonymous namespace
class GetNavigationPolicyTest : public testing::Test {
@@ -116,7 +111,7 @@ protected:
TestWebViewClient m_webViewClient;
WebViewImpl* m_webView;
WebFrame* m_mainFrame;
- TestWebFrameClient m_webFrameClient;
+ FrameTestHelpers::TestWebFrameClient m_webFrameClient;
Persistent<ChromeClientImpl> m_chromeClientImpl;
};
« no previous file with comments | « third_party/WebKit/Source/web/WebSpeechGrammar.cpp ('k') | third_party/WebKit/Source/web/tests/FrameLoaderClientImplTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698