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

Unified Diff: content/content_common.gypi

Issue 9572001: Do cookie checks in NetworkDelegate instead of the URLRequest::Delegate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: clang fix Created 8 years, 10 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
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index d30882cc2562b5ce01d1e4ac05af7c67b2e6b696..f96a8680bc9ae937d30859fc13ae6689b9fc0f28 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -42,6 +42,8 @@
'public/common/content_switches.h',
'public/common/context_menu_params.cc',
'public/common/context_menu_params.h',
+ 'public/common/content_url_request_user_data.cc',
+ 'public/common/content_url_request_user_data.h',
'public/common/dx_diag_node.cc',
'public/common/dx_diag_node.h',
'public/common/file_chooser_params.cc',

Powered by Google App Engine
This is Rietveld 408576698