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

Unified Diff: webkit/plugins/ppapi/file_path.h

Issue 6592071: Pepper/Flapper: Add an interface to do sync file ops on FileRefs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome/renderer
Patch Set: oops, forgot one Created 9 years, 10 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 | « ppapi/c/private/ppb_flash_file.h ('k') | webkit/plugins/ppapi/file_path.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/plugins/ppapi/file_path.h
diff --git a/webkit/plugins/ppapi/file_path.h b/webkit/plugins/ppapi/file_path.h
index 6d6f4dcbb914d19d270e1fc5d58aa03079cfb16b..8a3851e3c07af9900a85a8f72f00e6d2152dc21f 100644
--- a/webkit/plugins/ppapi/file_path.h
+++ b/webkit/plugins/ppapi/file_path.h
@@ -32,7 +32,7 @@ class PepperFilePath {
PepperFilePath();
PepperFilePath(Domain d, FilePath p);
- static PepperFilePath MakeAbsolute(const char* utf8_path);
+ static PepperFilePath MakeAbsolute(const FilePath& path);
static PepperFilePath MakeModuleLocal(PluginModule* module,
const char* utf8_path);
« no previous file with comments | « ppapi/c/private/ppb_flash_file.h ('k') | webkit/plugins/ppapi/file_path.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698