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

Unified Diff: components/browsing_data/core/counters/passwords_counter.h

Issue 2855623005: Move browsing_data counter sync tests to separate file (Closed)
Patch Set: remove HistoryResult and PasswordResult Created 3 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/browsing_data/core/counters/passwords_counter.h
diff --git a/components/browsing_data/core/counters/passwords_counter.h b/components/browsing_data/core/counters/passwords_counter.h
index 7c3739add08d4f1208bdc5b53ec2872ed46caade..bb71ff30013f48f73b76b7afdc460518a261c005 100644
--- a/components/browsing_data/core/counters/passwords_counter.h
+++ b/components/browsing_data/core/counters/passwords_counter.h
@@ -20,19 +20,6 @@ class PasswordsCounter : public browsing_data::BrowsingDataCounter,
public password_manager::PasswordStore::Observer,
public syncer::SyncServiceObserver {
public:
- class PasswordResult : public FinishedResult {
- public:
- PasswordResult(const PasswordsCounter* source,
- ResultInt value,
- bool password_sync_enabled);
- ~PasswordResult() override;
-
- bool password_sync_enabled() const { return password_sync_enabled_; }
-
- private:
- bool password_sync_enabled_;
- };
-
explicit PasswordsCounter(
scoped_refptr<password_manager::PasswordStore> store,
syncer::SyncService* sync_service);

Powered by Google App Engine
This is Rietveld 408576698