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

Unified Diff: content/public/test/test_navigation_observer.h

Issue 2541063002: Revert of Remove about:srcdoc url conversion. (Closed)
Patch Set: 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
Index: content/public/test/test_navigation_observer.h
diff --git a/content/public/test/test_navigation_observer.h b/content/public/test/test_navigation_observer.h
index 93091ca64c7c8aeb893620ce940dfc8accac0672..5b90e72def85379f2039eced8d206c0d835b4524 100644
--- a/content/public/test/test_navigation_observer.h
+++ b/content/public/test/test_navigation_observer.h
@@ -65,7 +65,8 @@
void OnDidStopLoading(WebContents* web_contents);
void OnDidStartProvisionalLoad(RenderFrameHost* render_frame_host,
const GURL& validated_url,
- bool is_error_page);
+ bool is_error_page,
+ bool is_iframe_srcdoc);
void OnDidFailProvisionalLoad(RenderFrameHost* render_frame_host,
const GURL& validated_url,
int error_code,
« no previous file with comments | « content/public/test/test_frame_navigation_observer.cc ('k') | content/public/test/test_navigation_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698