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

Unified Diff: components/proximity_auth/switches.cc

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/switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/proximity_auth/switches.cc
diff --git a/components/proximity_auth/switches.cc b/components/proximity_auth/switches.cc
index 15b9e9bca70c353d4ac900dca74560f6a3d7e136..38c5e9e6e9097d764e6dc1acc3e22db11d0450c1 100644
--- a/components/proximity_auth/switches.cc
+++ b/components/proximity_auth/switches.cc
@@ -7,10 +7,6 @@
namespace proximity_auth {
namespace switches {
-// Overrides the default URL for Google APIs (https://www.googleapis.com) used
-// by CryptAuth.
-const char kCryptAuthHTTPHost[] = "cryptauth-http-host";
-
// Enables discovery of the phone over Bluetooth Low Energy.
const char kEnableBluetoothLowEnergyDiscovery[] =
"enable-proximity-auth-bluetooth-low-energy-discovery";
« no previous file with comments | « components/proximity_auth/switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698