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

Unified Diff: chromeos/dbus/modem_messaging_client.cc

Issue 790793008: chromeos: Remove unused private data members (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 | « chromeos/dbus/fake_cryptohome_client.cc ('k') | chromeos/timezone/timezone_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/modem_messaging_client.cc
diff --git a/chromeos/dbus/modem_messaging_client.cc b/chromeos/dbus/modem_messaging_client.cc
index b7a790bea86ea1cb4363c64f6c5c85137ee603a2..93e13305a582f4e45af7e0445058b6f2561e0be5 100644
--- a/chromeos/dbus/modem_messaging_client.cc
+++ b/chromeos/dbus/modem_messaging_client.cc
@@ -31,8 +31,7 @@ class ModemMessagingProxy {
ModemMessagingProxy(dbus::Bus* bus,
const std::string& service_name,
const dbus::ObjectPath& object_path)
- : bus_(bus),
- proxy_(bus->GetObjectProxy(service_name, object_path)),
+ : proxy_(bus->GetObjectProxy(service_name, object_path)),
service_name_(service_name),
weak_ptr_factory_(this) {
proxy_->ConnectToSignal(
@@ -121,7 +120,6 @@ class ModemMessagingProxy {
<< signal << " failed.";
}
- dbus::Bus* bus_;
dbus::ObjectProxy* proxy_;
std::string service_name_;
SmsReceivedHandler sms_received_handler_;
« no previous file with comments | « chromeos/dbus/fake_cryptohome_client.cc ('k') | chromeos/timezone/timezone_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698