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

Unified Diff: base/platform_file.cc

Issue 17779003: Port base/files/file_util_proxy to Native Client. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comment tweaks. Created 7 years, 5 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 | « base/files/file_util_proxy.cc ('k') | base/platform_file_posix.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/platform_file.cc
diff --git a/base/platform_file.cc b/base/platform_file.cc
index aa113d3b14d6dd2c1787f326732264a04f566d46..bb411b893fef5c97289db470416eade7eb6074a7 100644
--- a/base/platform_file.cc
+++ b/base/platform_file.cc
@@ -14,6 +14,7 @@ PlatformFileInfo::PlatformFileInfo()
PlatformFileInfo::~PlatformFileInfo() {}
+#if !defined(OS_NACL)
PlatformFile CreatePlatformFile(const FilePath& name,
int flags,
bool* created,
@@ -25,5 +26,6 @@ PlatformFile CreatePlatformFile(const FilePath& name,
}
return CreatePlatformFileUnsafe(name, flags, created, error);
}
+#endif
} // namespace base
« no previous file with comments | « base/files/file_util_proxy.cc ('k') | base/platform_file_posix.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698