Chromium Code Reviews| Index: components/data_reduction_proxy/content/browser/data_reduction_proxy_debug_blocking_page_unittest.cc |
| diff --git a/components/data_reduction_proxy/content/browser/data_reduction_proxy_debug_blocking_page_unittest.cc b/components/data_reduction_proxy/content/browser/data_reduction_proxy_debug_blocking_page_unittest.cc |
| index 63bbb76e72b2c9a12017d4bd073f6d11e739e581..39ffff0ad3a85f10b2ed61a5f6c76537307b114c 100644 |
| --- a/components/data_reduction_proxy/content/browser/data_reduction_proxy_debug_blocking_page_unittest.cc |
| +++ b/components/data_reduction_proxy/content/browser/data_reduction_proxy_debug_blocking_page_unittest.cc |
| @@ -144,6 +144,8 @@ class DataReductionProxyDebugBlockingPageTest |
| content::InterstitialPage::GetInterstitialPage(web_contents()); |
| if (!interstitial) |
| return NULL; |
| + EXPECT_EQ(DataReductionProxyDebugBlockingPage::kTypeForTesting, |
| + interstitial->GetDelegateForTesting()->GetTypeForTesting()); |
| return static_cast<DataReductionProxyDebugBlockingPage*>( |
|
Bernhard Bauer
2015/03/03 09:56:00
Nit: superfluous space.
meacer
2015/03/03 18:33:05
Done.
|
| interstitial->GetDelegateForTesting()); |
| } |