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

Unified Diff: chrome/browser/renderer_host/render_sandbox_host_linux.cc

Issue 131082: Add getFileSize support to chromium... (Closed) Base URL: svn://chrome-svn/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
Index: chrome/browser/renderer_host/render_sandbox_host_linux.cc
===================================================================
--- chrome/browser/renderer_host/render_sandbox_host_linux.cc (revision 19855)
+++ chrome/browser/renderer_host/render_sandbox_host_linux.cc (working copy)
@@ -114,6 +114,10 @@
virtual void prefetchHostName(const WebString&) { }
+ virtual bool getFileSize(const WebString& path, long long& result) {
+ return false;
+ }
+
virtual WebURLLoader* createURLLoader() { return NULL; }
virtual void getPluginList(bool refresh, WebPluginListBuilder*) { }
« no previous file with comments | « chrome/browser/renderer_host/file_system_accessor_unittest.cc ('k') | chrome/browser/renderer_host/resource_message_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698