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

Unified Diff: chromeos/dbus/fake_nfc_adapter_client.cc

Issue 131103007: Add chrome://nfc-debug for debugging NFC on Chrome OS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed thaki@'s comment. Fixed a couple of minor issues. Created 6 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 | « chrome/common/url_constants.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/fake_nfc_adapter_client.cc
diff --git a/chromeos/dbus/fake_nfc_adapter_client.cc b/chromeos/dbus/fake_nfc_adapter_client.cc
index 8da285ec2f05e25ce4b99762407cbc68de9e3638..98171e1a00185b62d892a3351cf3dfe21c522dfd 100644
--- a/chromeos/dbus/fake_nfc_adapter_client.cc
+++ b/chromeos/dbus/fake_nfc_adapter_client.cc
@@ -297,7 +297,7 @@ void FakeNfcAdapterClient::UnsetDevice(const dbus::ObjectPath& device_path) {
}
void FakeNfcAdapterClient::UnsetTag(const dbus::ObjectPath& tag_path) {
- LOG(INFO) << "Add tag path to the fake adapter: " << tag_path.value();
+ LOG(INFO) << "Remove tag path from the fake adapter: " << tag_path.value();
ObjectPathVector new_tags = properties_->tags.value();
for (ObjectPathVector::iterator iter = new_tags.begin();
iter != new_tags.end(); ++iter) {
« no previous file with comments | « chrome/common/url_constants.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698