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

Unified Diff: chromeos/dbus/modem_messaging_client_unittest.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
« no previous file with comments | « chromeos/dbus/fake_bluetooth_adapter_client.cc ('k') | chromeos/ime/xkeyboard.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/modem_messaging_client_unittest.cc
diff --git a/chromeos/dbus/modem_messaging_client_unittest.cc b/chromeos/dbus/modem_messaging_client_unittest.cc
index 506ef9bf97aef9a48f43f9e653a9627097a3f457..e0c72217284cb94d56bebc4d3f828fd5d5087bd1 100644
--- a/chromeos/dbus/modem_messaging_client_unittest.cc
+++ b/chromeos/dbus/modem_messaging_client_unittest.cc
@@ -47,14 +47,6 @@ const char kServiceName[] = "service.name";
// D-Bus object path used by test.
const char kObjectPath[] = "/object/path";
-// Keys of SMS dictionary.
-const char kNumberKey[] = "number";
-const char kTextKey[] = "text";
-
-// Example values of SMS dictionary.
-const char kExampleNumber[] = "00012345678";
-const char kExampleText[] = "Hello.";
-
} // namespace
class ModemMessagingClientTest : public testing::Test {
« no previous file with comments | « chromeos/dbus/fake_bluetooth_adapter_client.cc ('k') | chromeos/ime/xkeyboard.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698