summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authordarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-23 22:14:16 +0000
committerdarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-23 22:14:16 +0000
commit220fc392f3f58cdd787bbc5abc5c91d52302d83d (patch)
treef1a1f5dbe5b4a3b938f0cdce9127792f499726b0 /chrome/common
parent9f92f9ea3310af9846f84a5390cb52b00ff0a59c (diff)
downloadchromium_src-220fc392f3f58cdd787bbc5abc5c91d52302d83d.zip
chromium_src-220fc392f3f58cdd787bbc5abc5c91d52302d83d.tar.gz
chromium_src-220fc392f3f58cdd787bbc5abc5c91d52302d83d.tar.bz2
Revert 39732 due to reliability bot failures.
Sometimes there is not a current context. TBR=jochen BUG=36600 TEST=none Review URL: http://codereview.chromium.org/652158 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39780 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/render_messages.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
index ae5e7ba..7e05039 100644
--- a/chrome/common/render_messages.h
+++ b/chrome/common/render_messages.h
@@ -407,7 +407,6 @@ struct ViewMsg_DatabaseOpenFileResponse_Params {
#if defined(OS_POSIX)
base::FileDescriptor dir_handle; // DB directory handle
#endif
- bool blocked; // DB access was blocked.
};
// Parameters to describe a rendered page.