diff options
author | jyasskin@chromium.org <jyasskin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-22 05:54:08 +0000 |
---|---|---|
committer | jyasskin@chromium.org <jyasskin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-22 05:54:08 +0000 |
commit | e6f27a38b986daf96d9ba601f52b8a3380c69691 (patch) | |
tree | 97dd5457ea374e057fd00e3526def873565e2c62 /components/dom_distiller.gypi | |
parent | 5a65fde3eed81247f89429e963d7393fb8dc7341 (diff) | |
download | chromium_src-e6f27a38b986daf96d9ba601f52b8a3380c69691.zip chromium_src-e6f27a38b986daf96d9ba601f52b8a3380c69691.tar.gz chromium_src-e6f27a38b986daf96d9ba601f52b8a3380c69691.tar.bz2 |
Revert 230025 "Extract the in-memory model from DomDistillerStore"
It caused "Use of uninitialised values" in the Linux valgrind bot:
http://build.chromium.org/p/chromium.memory.fyi/builders/Linux%20Tests%20%28valgrind%29%282%29/builds/31483
> Extract the in-memory model from DomDistillerStore
>
> This moves interaction with the in-memory model from the store to its
> own class: DomDistillerModel. This also adds two ways to lookup entries
> to both the store and the model, GetEntryById and GetEntryByUrl.
>
> BUG=288015
> TBR=joi@chromium.org
>
> Review URL: https://codereview.chromium.org/26574002
TBR=cjhopman@chromium.org
Review URL: https://codereview.chromium.org/34363003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@230057 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/dom_distiller.gypi')
-rw-r--r-- | components/dom_distiller.gypi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/components/dom_distiller.gypi b/components/dom_distiller.gypi index abece3f..4efe807 100644 --- a/components/dom_distiller.gypi +++ b/components/dom_distiller.gypi @@ -82,8 +82,6 @@ 'dom_distiller/core/dom_distiller_constants.h', 'dom_distiller/core/dom_distiller_database.cc', 'dom_distiller/core/dom_distiller_database.h', - 'dom_distiller/core/dom_distiller_model.cc', - 'dom_distiller/core/dom_distiller_model.h', 'dom_distiller/core/dom_distiller_service.cc', 'dom_distiller/core/dom_distiller_service.h', 'dom_distiller/core/dom_distiller_store.cc', |