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

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

Issue 2009783002: Revert of Implement DISALLOW_COPY_AND_ASSIGN using = delete. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « base/macros.h ('k') | chrome/browser/extensions/api/autofill_private/autofill_private_event_router.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 43e99c8a1c469f961f2d4fa53315bbe906e22ab4..ae00019a47bbba73ae8590b84e6a8c1e1586027c 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,6 +48,9 @@
autofill::PersonalDataManager* personal_data_;
+ // Whether this class is currently listening for changes to |personal_data_|.
+ bool listening_;
+
DISALLOW_COPY_AND_ASSIGN(AutofillPrivateEventRouter);
};
« no previous file with comments | « base/macros.h ('k') | chrome/browser/extensions/api/autofill_private/autofill_private_event_router.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698