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

Unified Diff: Source/core/loader/BeaconLoader.h

Issue 864163004: Reduce code duplication across sendBeacon() overloads. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 11 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 | « no previous file | Source/core/loader/BeaconLoader.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/loader/BeaconLoader.h
diff --git a/Source/core/loader/BeaconLoader.h b/Source/core/loader/BeaconLoader.h
index 2b0d4416ff42d61f2e8c1ea1160203c17c4a0a4e..aa13b61b724824cb3ddb2b8cd09b2f2c4c520166 100644
--- a/Source/core/loader/BeaconLoader.h
+++ b/Source/core/loader/BeaconLoader.h
@@ -31,8 +31,7 @@ public:
static bool sendBeacon(LocalFrame*, int, const KURL&, PassRefPtrWillBeRawPtr<DOMFormData>, int&);
private:
- static void prepareRequest(LocalFrame*, ResourceRequest&);
- static void issueRequest(LocalFrame*, ResourceRequest&);
+ class Sender;
};
} // namespace blink
« no previous file with comments | « no previous file | Source/core/loader/BeaconLoader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698