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

Unified Diff: content/browser/net/referrer.h

Issue 23496076: WIP - Refactor programmatic downloads Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | « content/browser/loader/resource_dispatcher_host_impl.cc ('k') | content/browser/net/referrer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/net/referrer.h
diff --git a/content/browser/net/referrer.h b/content/browser/net/referrer.h
new file mode 100644
index 0000000000000000000000000000000000000000..a009bcac95d17ace6817885cbc8c9bb99f670f99
--- /dev/null
+++ b/content/browser/net/referrer.h
@@ -0,0 +1,20 @@
+// Copyright 2013 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef CONTENT_BROWSER_NET_REFERRER_H_
+#define CONTENT_BROWSER_NET_REFERRER_H_
+
+namespace net {
+class URLRequest;
+}
+
+namespace content {
+
+struct Referrer;
+
+void SetReferrerForRequest(net::URLRequest* request, const Referrer& referrer);
+
+} // namespace content
+
+#endif
« no previous file with comments | « content/browser/loader/resource_dispatcher_host_impl.cc ('k') | content/browser/net/referrer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698