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

Unified Diff: chrome/browser/download/save_page_browsertest.cc

Issue 1320453004: OOPIFs: Moving GetSerializedHtmlData...WithLocalLinks away from RenderViewHost. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@page-serialization-link-gathering
Patch Set: Rebasing... Created 5 years, 3 months 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 | « no previous file | content/browser/download/save_file_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/download/save_page_browsertest.cc
diff --git a/chrome/browser/download/save_page_browsertest.cc b/chrome/browser/download/save_page_browsertest.cc
index b0b82c07fe60c1efd3e10d52e684b98308259363..5f9c24c25501016ad7d766ad32f6d870406e54ff 100644
--- a/chrome/browser/download/save_page_browsertest.cc
+++ b/chrome/browser/download/save_page_browsertest.cc
@@ -786,7 +786,9 @@ class SavePageSitePerProcessBrowserTest : public SavePageBrowserTest {
// TODO(lukasza): Enable --site-per-process once crbug.com/526786 is fixed.
// (currently, when the line below is uncommented out, the test crashes
- // under RenderViewImpl::OnGetSerializedHtmlDataForCu...PageWithLocalLinks).
+ // under blink::WebLocalFrameImpl::fromFrameOwnerElement called from
+ // blink::WebPageSerializerImpl::openTagToString).
+ //
// content::IsolateAllSitesForTesting(command_line);
}
« no previous file with comments | « no previous file | content/browser/download/save_file_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698