Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(472)

Unified Diff: components/dom_distiller/core/fake_db.cc

Issue 260073009: [dom_distiller] Add support for incremental viewer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/dom_distiller/core/fake_db.cc
diff --git a/components/dom_distiller/core/fake_db.cc b/components/dom_distiller/core/fake_db.cc
index 2b9b1f853832e6ae967387cb041a311997b991c5..5ada8f0757128ddd1347d201f56e985adda8b380 100644
--- a/components/dom_distiller/core/fake_db.cc
+++ b/components/dom_distiller/core/fake_db.cc
@@ -15,7 +15,7 @@ FakeDB::~FakeDB() {}
void FakeDB::Init(const base::FilePath& database_dir,
DomDistillerDatabaseInterface::InitCallback callback) {
- dir_ = database_dir;
+ dir_ = database_dir;
init_callback_ = callback;
}

Powered by Google App Engine
This is Rietveld 408576698