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

Unified Diff: content/common/navigation_params.cc

Issue 1497743005: Allow huge data: URIs only via WebView.loadDataWithBaseUrl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed the test Created 5 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/common/navigation_params.cc
diff --git a/content/common/navigation_params.cc b/content/common/navigation_params.cc
index f54e876b0025066b06f9fe9a3d4f0d4e4e1ba228..27e2a2106a943b466fd04e73159d55df4aacf885 100644
--- a/content/common/navigation_params.cc
+++ b/content/common/navigation_params.cc
@@ -5,7 +5,6 @@
#include "content/common/navigation_params.h"
#include "base/command_line.h"
-#include "base/memory/ref_counted_memory.h"
#include "content/common/service_worker/service_worker_types.h"
#include "content/public/common/content_switches.h"

Powered by Google App Engine
This is Rietveld 408576698