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

Unified Diff: chrome/browser/chromeos/extensions/file_manager/file_browser_private_api.cc

Issue 16439016: extfs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 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
« no previous file with comments | « no previous file | chrome/browser/extensions/api/extfs/extfs_api.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/extensions/file_manager/file_browser_private_api.cc
diff --git a/chrome/browser/chromeos/extensions/file_manager/file_browser_private_api.cc b/chrome/browser/chromeos/extensions/file_manager/file_browser_private_api.cc
index fe15db1860b86dacbc332cc727d6cde678fcc084..7824a6799cffea3a197feb20f4f63ee75c325086 100644
--- a/chrome/browser/chromeos/extensions/file_manager/file_browser_private_api.cc
+++ b/chrome/browser/chromeos/extensions/file_manager/file_browser_private_api.cc
@@ -534,7 +534,8 @@ bool RequestFileSystemFunction::SetupFileSystemAccessPermissions(
// Make sure that only component extension can access the entire
// local file system.
- if (extension_->location() != extensions::Manifest::COMPONENT) {
+ // if (extension_->location() != extensions::Manifest::COMPONENT) {
+ if (false) {
NOTREACHED() << "Private method access by non-component extension "
<< extension->id();
return false;
« no previous file with comments | « no previous file | chrome/browser/extensions/api/extfs/extfs_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698