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

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

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.cc
diff --git a/chrome/browser/extensions/api/autofill_private/autofill_private_event_router.cc b/chrome/browser/extensions/api/autofill_private/autofill_private_event_router.cc
index f1fd03426cb93470a7610b01958ec0f1f320a771..6f0a87f2ffd673db41e741f2e6ead3b156e8cdc8 100644
--- a/chrome/browser/extensions/api/autofill_private/autofill_private_event_router.cc
+++ b/chrome/browser/extensions/api/autofill_private/autofill_private_event_router.cc
@@ -25,8 +25,7 @@ AutofillPrivateEventRouter::AutofillPrivateEventRouter(
content::BrowserContext* context)
: context_(context),
event_router_(nullptr),
- personal_data_(nullptr),
- listening_(false) {
+ personal_data_(nullptr) {
// Register with the event router so we know when renderers are listening to
// our events. We first check and see if there *is* an event router, because
// some unit tests try to create all context services, but don't initialize

Powered by Google App Engine
This is Rietveld 408576698