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

Unified Diff: chrome/browser/ui/search/search_tab_helper_unittest.cc

Issue 2534393003: (Reland) Remove about:srcdoc url conversion. (Closed)
Patch Set: Rebase. Created 4 years 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
« no previous file with comments | « chrome/browser/tracing/navigation_tracing.cc ('k') | chrome/browser/ui/webui/extensions/extensions_ui.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/search/search_tab_helper_unittest.cc
diff --git a/chrome/browser/ui/search/search_tab_helper_unittest.cc b/chrome/browser/ui/search/search_tab_helper_unittest.cc
index 63dccd33d3b9c64ab4484e7ffe9a8567bb80db69..231f650180ea26566063e4690c1b177f74e5ba57 100644
--- a/chrome/browser/ui/search/search_tab_helper_unittest.cc
+++ b/chrome/browser/ui/search/search_tab_helper_unittest.cc
@@ -322,8 +322,7 @@ class TabTitleObserver : public content::WebContentsObserver {
void DidStartProvisionalLoadForFrame(
content::RenderFrameHost* /* render_frame_host */,
const GURL& /* validated_url */,
- bool /* is_error_page */,
- bool /* is_iframe_srcdoc */) override {
+ bool /* is_error_page */) override {
title_on_start_ = web_contents()->GetTitle();
}
« no previous file with comments | « chrome/browser/tracing/navigation_tracing.cc ('k') | chrome/browser/ui/webui/extensions/extensions_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698