| Index: chrome/browser/in_process_webkit/dom_storage_area.h
|
| ===================================================================
|
| --- chrome/browser/in_process_webkit/dom_storage_area.h (revision 38896)
|
| +++ chrome/browser/in_process_webkit/dom_storage_area.h (working copy)
|
| @@ -38,7 +38,6 @@
|
| NullableString16 RemoveItem(const string16& key);
|
| bool Clear();
|
| void PurgeMemory();
|
| - bool CheckContentSetting();
|
|
|
| int64 id() const { return id_; }
|
|
|
| @@ -46,6 +45,9 @@
|
| // Creates the underlying WebStorageArea on demand.
|
| void CreateWebStorageAreaIfNecessary();
|
|
|
| + // Used to see if setItem has permission to do its thing.
|
| + bool CheckContentSetting(const string16& key, const string16& value);
|
| +
|
| // The origin this storage area represents.
|
| string16 origin_;
|
| GURL origin_url_;
|
|
|