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

Unified Diff: chrome/browser/history/history_unittest.cc

Issue 1053663003: Cleanup: Remove unused variables in chrome/ found by Scythe. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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
« no previous file with comments | « chrome/browser/first_run/first_run_internal.h ('k') | chrome/browser/local_discovery/privet_url_fetcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/history/history_unittest.cc
diff --git a/chrome/browser/history/history_unittest.cc b/chrome/browser/history/history_unittest.cc
index 9319e4879f7f6673070f4f1c523933d66c5ea793..b1a1275b9b70dc34547104ca9475151f200f15db 100644
--- a/chrome/browser/history/history_unittest.cc
+++ b/chrome/browser/history/history_unittest.cc
@@ -978,9 +978,7 @@ TEST_F(HistoryBackendDBTest,
class HistoryTest : public testing::Test {
public:
- HistoryTest()
- : got_thumbnail_callback_(false),
- query_url_success_(false) {
+ HistoryTest() : query_url_success_(false) {
}
~HistoryTest() override {}
@@ -1095,11 +1093,6 @@ class HistoryTest : public testing::Test {
// names of the database files
base::FilePath history_dir_;
- // Set by the thumbnail callback when we get data, you should be sure to
- // clear this before issuing a thumbnail request.
- bool got_thumbnail_callback_;
- std::vector<unsigned char> thumbnail_data_;
-
// Set by the redirect callback when we get data. You should be sure to
// clear this before issuing a redirect request.
history::RedirectList saved_redirects_;
« no previous file with comments | « chrome/browser/first_run/first_run_internal.h ('k') | chrome/browser/local_discovery/privet_url_fetcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698