diff options
author | alecflett@chromium.org <alecflett@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-30 23:09:08 +0000 |
---|---|---|
committer | alecflett@chromium.org <alecflett@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-30 23:09:08 +0000 |
commit | e1bcc0207442374ab4d539e6a5623fe4cf1fe8cb (patch) | |
tree | 01141ee8180a33ca0fba59379bf5d9e0f19c51db /android_webview | |
parent | 71c1cbb0f63b371bc4167c9735e400457b376df2 (diff) | |
download | chromium_src-e1bcc0207442374ab4d539e6a5623fe4cf1fe8cb.zip chromium_src-e1bcc0207442374ab4d539e6a5623fe4cf1fe8cb.tar.gz chromium_src-e1bcc0207442374ab4d539e6a5623fe4cf1fe8cb.tar.bz2 |
Revert "Migrate the IndexedDB backend from Blink to Chromium"
This reverts commit 71c1cbb0f63b371bc4167c9735e400457b376df2.
Landed the wrong patch.
BUG=
TBR=jsbell
Review URL: https://codereview.chromium.org/15853013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203258 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'android_webview')
-rw-r--r-- | android_webview/tools/third_party_files_whitelist.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/android_webview/tools/third_party_files_whitelist.txt b/android_webview/tools/third_party_files_whitelist.txt index b135b85..4f67aee 100644 --- a/android_webview/tools/third_party_files_whitelist.txt +++ b/android_webview/tools/third_party_files_whitelist.txt @@ -73,10 +73,6 @@ chrome_frame/CFInstance.js chrome/tools/test/generate_mime_tests.pl # Copyright Alf Watt; BSD license. Not used on Android. content/browser/geolocation/osx_wifi.h -# Copyright The Chromium Authors and Apple Inc. Taken from Blink. -content/browser/indexed_db/leveldb/avltree.h -# Copyright The Chromium Authors and Apple Inc. Taken from Blink. -content/browser/indexed_db/leveldb/fixed_array.h # Copyright The Chromium Authors, Apple Inc and Graham Dennis; BSD license. Not # used on Android. content/browser/renderer_host/render_widget_host_view_mac.mm |