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

Unified Diff: webkit/api/public/WebURLRequest.h

Issue 150146: Add Reload and LoadData methods to WebFrame. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 6 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 | « webkit/api/public/WebFrame.h ('k') | webkit/api/src/WebURLRequest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/api/public/WebURLRequest.h
===================================================================
--- webkit/api/public/WebURLRequest.h (revision 19736)
+++ webkit/api/public/WebURLRequest.h (working copy)
@@ -125,12 +125,6 @@
WEBKIT_API int appCacheContextID() const;
WEBKIT_API void setAppCacheContextID(int id);
- // A consumer controlled value intended to be used to record opaque
- // security info related to this request.
- // FIXME: This really doesn't belong here!
- WEBKIT_API WebCString securityInfo() const;
- WEBKIT_API void setSecurityInfo(const WebCString&);
-
#if defined(WEBKIT_IMPLEMENTATION)
WebCore::ResourceRequest& toMutableResourceRequest();
const WebCore::ResourceRequest& toResourceRequest() const;
« no previous file with comments | « webkit/api/public/WebFrame.h ('k') | webkit/api/src/WebURLRequest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698