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

Unified Diff: chrome/browser/ui/webui/chromeos/sim_unlock_ui.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: chrome/browser/ui/webui/chromeos/sim_unlock_ui.cc
diff --git a/chrome/browser/ui/webui/chromeos/sim_unlock_ui.cc b/chrome/browser/ui/webui/chromeos/sim_unlock_ui.cc
index e46177aed4d5dc33e54d805dae883073d643c4f6..3a804010a3f635910cdef51a51479994b0ca24a7 100644
--- a/chrome/browser/ui/webui/chromeos/sim_unlock_ui.cc
+++ b/chrome/browser/ui/webui/chromeos/sim_unlock_ui.cc
@@ -64,7 +64,6 @@ const char kTriesLeft[] = "tries";
// Error constants, passed to the page.
const char kErrorPin[] = "incorrectPin";
-const char kErrorPuk[] = "incorrectPuk";
const char kErrorOk[] = "ok";
chromeos::NetworkDeviceHandler* GetNetworkDeviceHandler() {

Powered by Google App Engine
This is Rietveld 408576698