| Index: chrome/browser/renderer_host/chrome_render_message_filter.h
|
| ===================================================================
|
| --- chrome/browser/renderer_host/chrome_render_message_filter.h (revision 83945)
|
| +++ chrome/browser/renderer_host/chrome_render_message_filter.h (working copy)
|
| @@ -9,9 +9,11 @@
|
| #include "chrome/common/content_settings.h"
|
| #include "chrome/browser/prefs/pref_member.h"
|
| #include "content/browser/browser_message_filter.h"
|
| +#include "content/common/dom_storage_common.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebCache.h"
|
|
|
| class FilePath;
|
| +class GURL;
|
| class HostContentSettingsMap;
|
| class Profile;
|
|
|
| @@ -87,6 +89,10 @@
|
| const string16& display_name,
|
| unsigned long estimated_size,
|
| bool* result);
|
| + void OnAllowDOMStorage(int render_view_id,
|
| + const GURL& url,
|
| + DOMStorageType type,
|
| + bool* result);
|
|
|
| int render_process_id_;
|
|
|
|
|