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

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

Issue 2494633004: 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 bacf1d56b08abd2fc577a68236a7eaad82416394..97118d7e8e2267a87528b0cb59eb4836f53c108e 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