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

Unified Diff: ppapi/c/trusted/ppb_url_loader_trusted.h

Issue 4747001: Move URLLoader, URLRequestInfo, and URLResponseInfo out of the dev directory... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 1 month 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 | « ppapi/c/ppb_url_response_info.h ('k') | ppapi/cpp/dev/url_loader_dev.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/trusted/ppb_url_loader_trusted.h
===================================================================
--- ppapi/c/trusted/ppb_url_loader_trusted.h (revision 65458)
+++ ppapi/c/trusted/ppb_url_loader_trusted.h (working copy)
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef PPAPI_C_DEV_PPB_URL_LOADER_TRUSTED_DEV_H_
-#define PPAPI_C_DEV_PPB_URL_LOADER_TRUSTED_DEV_H_
+#ifndef PPAPI_C_PPB_URL_LOADER_TRUSTED_H_
+#define PPAPI_C_PPB_URL_LOADER_TRUSTED_H_
#include "ppapi/c/pp_instance.h"
#include "ppapi/c/pp_resource.h"
#include "ppapi/c/pp_stdint.h"
-#define PPB_URLLOADERTRUSTED_DEV_INTERFACE "PPB_URLLoaderTrusted(Dev);0.2"
+#define PPB_URLLOADERTRUSTED_INTERFACE "PPB_URLLoaderTrusted;0.2"
// Callback that indicates the status of the download and upload for the
// given URLLoader resource.
@@ -22,7 +22,7 @@
int64_t total_bytes_to_be_received);
// Available only to trusted implementations.
-struct PPB_URLLoaderTrusted_Dev {
+struct PPB_URLLoaderTrusted {
// Grant this URLLoader the capability to make unrestricted cross-origin
// requests.
void (*GrantUniversalAccess)(PP_Resource loader);
@@ -42,4 +42,4 @@
PP_URLLoaderTrusted_StatusCallback cb);
};
-#endif // PPAPI_C_DEV_PPB_URL_LOADER_DEV_H_
+#endif // PPAPI_C_PPB_URL_LOADER_H_
« no previous file with comments | « ppapi/c/ppb_url_response_info.h ('k') | ppapi/cpp/dev/url_loader_dev.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698