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

Unified Diff: webkit/glue/web_intent_data.cc

Issue 10713007: Make isolated file system works for a device root (e.g. X:\\) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 8 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 | « webkit/glue/web_intent_data.h ('k') | webkit/support/webkit_support.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/web_intent_data.cc
diff --git a/webkit/glue/web_intent_data.cc b/webkit/glue/web_intent_data.cc
index 1f02797e0f5fe56bd453893514b7f5dfd6aa14af..64478124c5b4377836a4e600c84104c785e4fa6f 100644
--- a/webkit/glue/web_intent_data.cc
+++ b/webkit/glue/web_intent_data.cc
@@ -64,12 +64,12 @@ WebIntentData::WebIntentData(const string16& action_in,
WebIntentData::WebIntentData(const string16& action_in,
const string16& type_in,
- const FilePath& root_path_in,
+ const std::string& root_name_in,
const std::string& filesystem_id_in)
: action(action_in),
type(type_in),
blob_length(0),
- root_path(root_path_in),
+ root_name(root_name_in),
filesystem_id(filesystem_id_in),
data_type(FILESYSTEM) {
}
« no previous file with comments | « webkit/glue/web_intent_data.h ('k') | webkit/support/webkit_support.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698