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

Unified Diff: components/proximity_auth/switches.h

Issue 1485873002: Fix #includes in components/proximity_auth/cryptauth. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix compile for tests Created 5 years, 1 month 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 | « components/proximity_auth/cryptauth/switches.cc ('k') | components/proximity_auth/switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/proximity_auth/switches.h
diff --git a/components/proximity_auth/switches.h b/components/proximity_auth/switches.h
index 976285a9f9972ec27c7b5a763c6d7507d1a0d523..d7c6207de85e2665cc932c4b11adce0b252d65d9 100644
--- a/components/proximity_auth/switches.h
+++ b/components/proximity_auth/switches.h
@@ -8,9 +8,6 @@
namespace proximity_auth {
namespace switches {
-// All switches in alphabetical order. The switches should be documented
-// alongside the definition of their values in the .cc file.
-extern const char kCryptAuthHTTPHost[];
extern const char kEnableBluetoothLowEnergyDiscovery[];
extern const char kEnableProximityDetection[];
extern const char kForceLoadEasyUnlockAppInTests[];
« no previous file with comments | « components/proximity_auth/cryptauth/switches.cc ('k') | components/proximity_auth/switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698