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

Unified Diff: components/proximity_auth/switches.h

Issue 738593002: Introduce CryptAuthClient, a class capable of performing all CryptAuth APIs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
Index: components/proximity_auth/switches.h
diff --git a/components/proximity_auth/switches.h b/components/proximity_auth/switches.h
index 0e8fed740965d21253792fceaa6e77dddf6014c5..a74ab47b6d731dc877947e3e88121a1848427616 100644
--- a/components/proximity_auth/switches.h
+++ b/components/proximity_auth/switches.h
@@ -10,6 +10,7 @@ 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 kCryptAuthGoogleApisUrl[];
extern const char kEnableProximityDetection[];
} // namespace switches

Powered by Google App Engine
This is Rietveld 408576698