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

Unified Diff: ppapi/api/pp_stdint.idl

Issue 10566014: Change PP_Flash_BrowserOperations_SiteSetting.site from PP_Var to const char*. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove assert_size Created 8 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
Index: ppapi/api/pp_stdint.idl
diff --git a/ppapi/api/pp_stdint.idl b/ppapi/api/pp_stdint.idl
index ca58c9ced82a6775054fe336cb479377dedaae52..7f6ce46250059c6c9cae60411806c67521ed8d6f 100644
--- a/ppapi/api/pp_stdint.idl
+++ b/ppapi/api/pp_stdint.idl
@@ -43,6 +43,9 @@ describe {
/** Pointer to null terminated string (char *). */
str_t;
+ /** Pointer to constant null terminated string (const char *). */
+ cstr_t;
+
/** No return value. */
void;
};
« no previous file with comments | « content/ppapi_plugin/broker_process_dispatcher.cc ('k') | ppapi/api/private/ppp_flash_browser_operations.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698