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

Unified Diff: content/public/test/mock_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: content/public/test/mock_special_storage_policy.cc
diff --git a/content/public/test/mock_special_storage_policy.cc b/content/public/test/mock_special_storage_policy.cc
index 6704f617bbbd7660883100a66580e4487988ae0d..ff3c6c44be160d8638d2167d96a8b2d2aae25c7e 100644
--- a/content/public/test/mock_special_storage_policy.cc
+++ b/content/public/test/mock_special_storage_policy.cc
@@ -30,10 +30,6 @@ bool MockSpecialStoragePolicy::CanQueryDiskSize(const GURL& origin) {
return ContainsKey(can_query_disk_size_, origin);
}
-bool MockSpecialStoragePolicy::IsFileHandler(const std::string& extension_id) {
- return ContainsKey(file_handlers_, extension_id);
-}
-
bool MockSpecialStoragePolicy::HasIsolatedStorage(const GURL& origin) {
return ContainsKey(isolated_, origin);
}
« no previous file with comments | « content/public/test/mock_special_storage_policy.h ('k') | extensions/shell/browser/shell_special_storage_policy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698