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

Unified Diff: chrome/browser/chromeos/extensions/file_handler_util.h

Issue 9808023: Grant file access permissions for cached file paths to file browsers/handlers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 9 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/chromeos/extensions/file_handler_util.h
diff --git a/chrome/browser/chromeos/extensions/file_handler_util.h b/chrome/browser/chromeos/extensions/file_handler_util.h
index f17fd01a37e1ed840de3610846c4efae9d7d0c35..fa73201905783f4fe8b0c0384e2bcbc9cf38e5ce 100644
--- a/chrome/browser/chromeos/extensions/file_handler_util.h
+++ b/chrome/browser/chromeos/extensions/file_handler_util.h
@@ -18,6 +18,7 @@ class Profile;
namespace file_handler_util {
int GetReadWritePermissions();
+int GetReadOnlyPermissions();
satorux1 2012/03/22 22:28:29 While you are at it, please add some comments to t
tonibarzic 2012/03/22 23:38:20 Done.
std::string MakeTaskID(const std::string& extension_id,
const std::string& action_id);

Powered by Google App Engine
This is Rietveld 408576698