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

Unified Diff: content/browser/in_process_webkit/dom_storage_namespace.h

Issue 6915017: Chrome side to allow WebKit layer to use WebPermissionClient to check if access to local storage ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 8 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/browser/in_process_webkit/dom_storage_namespace.h
===================================================================
--- content/browser/in_process_webkit/dom_storage_namespace.h (revision 83945)
+++ content/browser/in_process_webkit/dom_storage_namespace.h (working copy)
@@ -15,7 +15,6 @@
class DOMStorageArea;
class DOMStorageContext;
class FilePath;
-class HostContentSettingsMap;
namespace WebKit {
class WebStorageArea;
@@ -32,8 +31,7 @@
~DOMStorageNamespace();
- DOMStorageArea* GetStorageArea(const string16& origin,
- HostContentSettingsMap* map);
+ DOMStorageArea* GetStorageArea(const string16& origin);
DOMStorageNamespace* Copy(int64 clone_namespace_id);
void PurgeMemory();

Powered by Google App Engine
This is Rietveld 408576698