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

Unified Diff: trunk/src/chrome/browser/chromeos/file_system_provider/provided_file_system_info.cc

Issue 389243002: Revert 282900 "Revert 282890 "[fsp] Add an option for mounting i..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 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
Index: trunk/src/chrome/browser/chromeos/file_system_provider/provided_file_system_info.cc
===================================================================
--- trunk/src/chrome/browser/chromeos/file_system_provider/provided_file_system_info.cc (revision 282906)
+++ trunk/src/chrome/browser/chromeos/file_system_provider/provided_file_system_info.cc (working copy)
@@ -13,10 +13,12 @@
const std::string& extension_id,
const std::string& file_system_id,
const std::string& display_name,
+ bool writable,
const base::FilePath& mount_path)
: extension_id_(extension_id),
file_system_id_(file_system_id),
display_name_(display_name),
+ writable_(writable),
mount_path_(mount_path) {
}

Powered by Google App Engine
This is Rietveld 408576698