summaryrefslogtreecommitdiffstats
path: root/content/common/indexed_db
diff options
context:
space:
mode:
authorgrt@chromium.org <grt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-21 23:01:52 +0000
committergrt@chromium.org <grt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-21 23:01:52 +0000
commitb896d085497ee01d759afb29a700fd0142c20f8c (patch)
treeb0b360c1304d376306dce77bb1eebd0318d59224 /content/common/indexed_db
parent8a784595d488e2443da7c4cadec11bd3def1e2f5 (diff)
downloadchromium_src-b896d085497ee01d759afb29a700fd0142c20f8c.zip
chromium_src-b896d085497ee01d759afb29a700fd0142c20f8c.tar.gz
chromium_src-b896d085497ee01d759afb29a700fd0142c20f8c.tar.bz2
Remove stale comment referring to Chrome Frame.
BUG=316496 R=dgrogan@chromium.org,jam@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/143443003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@246151 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common/indexed_db')
-rw-r--r--content/common/indexed_db/indexed_db_param_traits.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/content/common/indexed_db/indexed_db_param_traits.h b/content/common/indexed_db/indexed_db_param_traits.h
index 4c756d0..9d684a4 100644
--- a/content/common/indexed_db/indexed_db_param_traits.h
+++ b/content/common/indexed_db/indexed_db_param_traits.h
@@ -16,11 +16,6 @@ class IndexedDBKeyRange;
namespace IPC {
-// These datatypes are used by utility_messages.h and render_messages.h.
-// Unfortunately we can't move it to common: MSVC linker complains about
-// WebKit datatypes that are not linked on npchrome_frame (even though it's
-// never actually used by that target).
-
template <>
struct ParamTraits<content::IndexedDBKey> {
typedef content::IndexedDBKey param_type;