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

Unified Diff: chrome/browser/chromeos/arc/fileapi/arc_content_file_system_url_util.cc

Issue 2450713002: arc: Register ARC content file system (Closed)
Patch Set: Address comments Created 4 years, 2 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/arc/fileapi/arc_content_file_system_url_util.cc
diff --git a/chrome/browser/chromeos/arc/fileapi/arc_content_file_system_url_util.cc b/chrome/browser/chromeos/arc/fileapi/arc_content_file_system_url_util.cc
index e125742638c40e02e77e81c52a8977105ef7c6be..91747997b911eaab2939a56e2bd4f001bedf4f69 100644
--- a/chrome/browser/chromeos/arc/fileapi/arc_content_file_system_url_util.cc
+++ b/chrome/browser/chromeos/arc/fileapi/arc_content_file_system_url_util.cc
@@ -10,11 +10,10 @@
namespace arc {
-namespace {
-
const char kMountPointName[] = "arc-content";
-} // namespace
+const base::FilePath::CharType kMountPointPath[] =
+ FILE_PATH_LITERAL("/special/arc-content");
GURL ArcUrlToExternalFileUrl(const GURL& arc_url) {
// Return "externalfile:arc-content/<|arc_url| escaped>".

Powered by Google App Engine
This is Rietveld 408576698