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

Unified Diff: chrome/browser/extensions/api/autofill_private/autofill_private_event_router.h

Issue 1981053002: Implement DISALLOW_COPY_AND_ASSIGN using = delete. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove newly-unused variables Created 4 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: chrome/browser/extensions/api/autofill_private/autofill_private_event_router.h
diff --git a/chrome/browser/extensions/api/autofill_private/autofill_private_event_router.h b/chrome/browser/extensions/api/autofill_private/autofill_private_event_router.h
index ae00019a47bbba73ae8590b84e6a8c1e1586027c..43e99c8a1c469f961f2d4fa53315bbe906e22ab4 100644
--- a/chrome/browser/extensions/api/autofill_private/autofill_private_event_router.h
+++ b/chrome/browser/extensions/api/autofill_private/autofill_private_event_router.h
@@ -48,9 +48,6 @@ class AutofillPrivateEventRouter :
autofill::PersonalDataManager* personal_data_;
- // Whether this class is currently listening for changes to |personal_data_|.
- bool listening_;
-
DISALLOW_COPY_AND_ASSIGN(AutofillPrivateEventRouter);
};

Powered by Google App Engine
This is Rietveld 408576698