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

Unified Diff: webkit/quota/mock_special_storage_policy.h

Issue 7618025: Send notifications on the IO thread when changes are made to the special storage policy. Listen f... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 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
Index: webkit/quota/mock_special_storage_policy.h
===================================================================
--- webkit/quota/mock_special_storage_policy.h (revision 96595)
+++ webkit/quota/mock_special_storage_policy.h (working copy)
@@ -39,6 +39,10 @@
file_handlers_.clear();
}
+ void NotifyChanged() {
+ SpecialStoragePolicy::NotifyObservers();
+ }
+
private:
std::set<GURL> protected_;
std::set<GURL> unlimited_;
« no previous file with comments | « chrome/browser/extensions/extension_special_storage_policy.cc ('k') | webkit/quota/quota_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698