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

Unified Diff: storage/browser/quota/special_storage_policy.h

Issue 1030133002: Move the check for fileBrowserHandler permission to FileBrowserHandler. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed test for OS != OS_CHROMEOS. Created 5 years, 9 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: storage/browser/quota/special_storage_policy.h
diff --git a/storage/browser/quota/special_storage_policy.h b/storage/browser/quota/special_storage_policy.h
index e6c37b56bbdb87a0a98afe5809bac3640679e894..276d6acd8c1bdcba204e8487a5dfbbd2c3c19393 100644
--- a/storage/browser/quota/special_storage_policy.h
+++ b/storage/browser/quota/special_storage_policy.h
@@ -52,10 +52,6 @@ class STORAGE_EXPORT SpecialStoragePolicy
// disk capacity.
virtual bool CanQueryDiskSize(const GURL& origin) = 0;
- // Checks if extension identified with |extension_id| is registered as
- // file handler.
- virtual bool IsFileHandler(const std::string& extension_id) = 0;
-
// Checks if the origin contains per-site isolated storage.
virtual bool HasIsolatedStorage(const GURL& origin) = 0;
« no previous file with comments | « extensions/shell/browser/shell_special_storage_policy.cc ('k') | ui/file_manager/audio_player/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698