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

Unified Diff: chromeos/dbus/fake_bluetooth_adapter_client.cc

Issue 29263007: linux and chromeos: Turn on -Wunused-const-variable. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 7 years, 2 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: chromeos/dbus/fake_bluetooth_adapter_client.cc
diff --git a/chromeos/dbus/fake_bluetooth_adapter_client.cc b/chromeos/dbus/fake_bluetooth_adapter_client.cc
index 93c0e0617769ef10357e4fa108e940e24be237f6..96b4144c2751e87deaadb25977f6f7c09a3aea08 100644
--- a/chromeos/dbus/fake_bluetooth_adapter_client.cc
+++ b/chromeos/dbus/fake_bluetooth_adapter_client.cc
@@ -13,13 +13,6 @@
#include "dbus/object_path.h"
#include "third_party/cros_system_api/dbus/service_constants.h"
-namespace {
-
-// Amount of time to wait after a command before performing it.
-const int kCommandEffectsTimeMs = 500;
-
-}
-
namespace chromeos {
const char FakeBluetoothAdapterClient::kAdapterPath[] =
« no previous file with comments | « chrome/renderer/printing/print_web_view_helper_browsertest.cc ('k') | chromeos/dbus/modem_messaging_client_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698