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

Unified Diff: content/public/renderer/document_state.cc

Issue 1304373007: Browser test for LoadDataWithBaseURL reload (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: reverts Created 5 years, 1 month 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/renderer/document_state.cc
diff --git a/content/public/renderer/document_state.cc b/content/public/renderer/document_state.cc
index 9add6b064663632963a1db18636de4ed6468f18a..e8ef655549630c41a7bed6dca089a4ba8722efe5 100644
--- a/content/public/renderer/document_state.cc
+++ b/content/public/renderer/document_state.cc
@@ -19,6 +19,7 @@ DocumentState::DocumentState()
was_prefetcher_(false),
was_referred_by_prefetcher_(false),
was_after_preconnect_request_(false),
+ was_load_data_with_base_url_request_(false),
load_type_(UNDEFINED_LOAD),
can_load_local_resources_(false) {
}

Powered by Google App Engine
This is Rietveld 408576698