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

Unified Diff: apps/launcher.cc

Issue 23146016: Add support for directory access to the file system API. (Closed) Base URL: http://git.chromium.org/chromium/src.git@simpler-write-permissions
Patch Set: rebase Created 7 years, 4 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: apps/launcher.cc
diff --git a/apps/launcher.cc b/apps/launcher.cc
index d3bc43c1d66c905017bf663c4124cc32b7cbfada..7091fb8c849b87f89675af0b99826a4560a5bb60 100644
--- a/apps/launcher.cc
+++ b/apps/launcher.cc
@@ -283,8 +283,12 @@ class PlatformAppPathLauncher
return;
}
- GrantedFileEntry file_entry = CreateFileEntry(
- profile_, extension_, host->render_process_host()->GetID(), file_path_);
+ GrantedFileEntry file_entry =
+ CreateFileEntry(profile_,
+ extension_,
+ host->render_process_host()->GetID(),
+ file_path_,
+ false);
extensions::AppEventRouter::DispatchOnLaunchedEventWithFileEntry(
profile_, extension_, handler_id_, mime_type, file_entry);
}

Powered by Google App Engine
This is Rietveld 408576698