From 5327dfb694dc669e8fcb9d754e7ccae6257ee63d Mon Sep 17 00:00:00 2001 From: "jam@chromium.org" Date: Tue, 3 May 2011 17:50:36 +0000 Subject: Start moving content_settings code out of content code. BUG=76793 Review URL: http://codereview.chromium.org/6913013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83910 0039d316-1c4b-4281-b951-d872f2087c98 --- content/common/database_messages.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'content/common/database_messages.h') diff --git a/content/common/database_messages.h b/content/common/database_messages.h index 4645b7a..f8d2d18 100644 --- a/content/common/database_messages.h +++ b/content/common/database_messages.h @@ -26,15 +26,6 @@ IPC_MESSAGE_CONTROL2(DatabaseMsg_CloseImmediately, // Database messages sent from the renderer to the browser. -// 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(DatabaseHostMsg_Allow, - 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_SYNC_MESSAGE_CONTROL2_1(DatabaseHostMsg_OpenFile, string16 /* vfs file name */, -- cgit v1.1