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

Unified Diff: trunk/src/chrome/browser/chromeos/fileapi/file_system_backend.cc

Issue 22825010: Revert 217247 "Whitelist TimeScapes to access restricted native ..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/chrome/browser/chromeos/fileapi/file_system_backend.cc
===================================================================
--- trunk/src/chrome/browser/chromeos/fileapi/file_system_backend.cc (revision 217736)
+++ trunk/src/chrome/browser/chromeos/fileapi/file_system_backend.cc (working copy)
@@ -142,13 +142,6 @@
return false;
std::string extension_id = origin_url.host();
- // TODO(mtomasz): Temporarily whitelist TimeScapes. Remove this in M-31.
- // See: crbug.com/271946
- if (extension_id == "mppoamgbcpnkpacolchbacppkflagjbp" &&
- url.mount_type() == fileapi::kFileSystemTypeRestrictedNativeLocal) {
- return true;
- }
-
// Check first to make sure this extension has fileBrowserHander permissions.
if (!special_storage_policy_->IsFileHandler(extension_id))
return false;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698