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

Unified Diff: content/browser/site_per_process_browsertest.h

Issue 743773003: OOPIF: Data URLs are now rendered in the renderer that initiated the navigation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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/browser/site_per_process_browsertest.h
diff --git a/content/browser/site_per_process_browsertest.h b/content/browser/site_per_process_browsertest.h
index 19dfc01c598e1eee13bafd688968c930835f25e1..93a8e7e78d0d8706079090f86392e28997e9dc33 100644
--- a/content/browser/site_per_process_browsertest.h
+++ b/content/browser/site_per_process_browsertest.h
@@ -19,7 +19,7 @@ class SitePerProcessBrowserTest : public ContentBrowserTest {
// TODO(creis): This won't be necessary when we can wait for LOAD_STOP.
void StartFrameAtDataURL();
- bool NavigateIframeToURL(Shell* window,
+ void NavigateIframeToURL(Shell* window,
const GURL& url,
std::string iframe_id);

Powered by Google App Engine
This is Rietveld 408576698