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

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: Make specific to Android, use RefCountedString 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..f31ebe32fd8fb7c0cd0c13e774862470c541dbc6 100644
--- a/content/common/navigation_params.cc
+++ b/content/common/navigation_params.cc
@@ -5,7 +5,7 @@
#include "content/common/navigation_params.h"
#include "base/command_line.h"
-#include "base/memory/ref_counted_memory.h"
+#include "content/common/content_constants_internal.h"
Charlie Reis 2015/12/14 20:35:57 Not needed anymore?
mnaganov (inactive) 2015/12/15 18:30:29 Looks so, removed.
#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