diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-31 07:58:40 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-31 07:58:40 +0000 |
commit | 28dd598b6433c08e58e261538af94b8aa5edff60 (patch) | |
tree | d10cfad399b480359f6cdf517cbc65c7089b2b17 /chrome/common/render_messages_internal.h | |
parent | 81be9bdbe8e380ea383c3ff0e3ef496524793fec (diff) | |
download | chromium_src-28dd598b6433c08e58e261538af94b8aa5edff60.zip chromium_src-28dd598b6433c08e58e261538af94b8aa5edff60.tar.gz chromium_src-28dd598b6433c08e58e261538af94b8aa5edff60.tar.bz2 |
Revert 43183 - Block database access on allowDatabase instead of databaseOpenFile.
BUG=36435
TEST=Set cookie settings to ASK and open a page with web databases.
Review URL: http://codereview.chromium.org/1338001
TBR=jochen@chromium.org
Review URL: http://codereview.chromium.org/1595003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43184 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/render_messages_internal.h')
-rw-r--r-- | chrome/common/render_messages_internal.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h index 67fc00f..41c8f4d 100644 --- a/chrome/common/render_messages_internal.h +++ b/chrome/common/render_messages_internal.h @@ -2115,15 +2115,6 @@ IPC_BEGIN_MESSAGES(ViewHost) // ViewMsg_CSSInsertRequest message and css has been inserted into the frame. IPC_MESSAGE_ROUTED0(ViewHostMsg_OnCSSInserted) - // Sent by the renderer process to check whether access to web databases is - // granted by content settings. This may block and trigger a cookie prompt. - IPC_SYNC_MESSAGE_ROUTED4_1(ViewHostMsg_AllowDatabase, - std::string /* origin_url */, - string16 /* database name */, - string16 /* database display name */, - unsigned long /* estimated size */, - bool /* result */) - // Asks the browser process to open a DB file with the given name IPC_MESSAGE_CONTROL3(ViewHostMsg_DatabaseOpenFile, string16 /* vfs file name */, |