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

Unified Diff: extensions/shell/browser/shell_special_storage_policy.cc

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: extensions/shell/browser/shell_special_storage_policy.cc
diff --git a/extensions/shell/browser/shell_special_storage_policy.cc b/extensions/shell/browser/shell_special_storage_policy.cc
index a5f41200235932d7270b245fd55e32fe49af6e21..5ed1b50f4253725f8601048e12593438d3039d01 100644
--- a/extensions/shell/browser/shell_special_storage_policy.cc
+++ b/extensions/shell/browser/shell_special_storage_policy.cc
@@ -32,10 +32,6 @@ bool ShellSpecialStoragePolicy::HasSessionOnlyOrigins() {
return false;
}
-bool ShellSpecialStoragePolicy::IsFileHandler(const std::string& extension_id) {
- return true;
-}
-
bool ShellSpecialStoragePolicy::HasIsolatedStorage(const GURL& origin) {
return false;
}
« no previous file with comments | « extensions/shell/browser/shell_special_storage_policy.h ('k') | storage/browser/quota/special_storage_policy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698