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

Unified Diff: content/renderer/web_intents_host.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: Created 8 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: content/renderer/web_intents_host.cc
diff --git a/content/renderer/web_intents_host.cc b/content/renderer/web_intents_host.cc
index 80d47bd56252be9b33ec7e356967316a6b444654..9f23ac0253b9fa3132af7dcc774458ed4b23a067 100644
--- a/content/renderer/web_intents_host.cc
+++ b/content/renderer/web_intents_host.cc
@@ -180,7 +180,7 @@ void WebIntentsHost::DidClearWindowObject(WebFrame* frame) {
"%s%s/%s/",
root_url.spec().c_str(),
intent_->filesystem_id.c_str(),
- intent_->root_path.BaseName().AsUTF8Unsafe().c_str());
+ intent_->root_name.c_str());
// TODO(kmadhusu): This is a temporary hack to create a serializable file
// system. Once we have a better way to create a serializable file system,
// remove this hack.

Powered by Google App Engine
This is Rietveld 408576698