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

Unified Diff: components/proximity_auth/switches.h

Issue 696583002: [Smart Lock] Add a setting to require close proximity in order for unlocking to work. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix more indentation 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
« no previous file with comments | « components/proximity_auth/BUILD.gn ('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/feedback/feedback_switches.h b/components/proximity_auth/switches.h
similarity index 58%
copy from components/feedback/feedback_switches.h
copy to components/proximity_auth/switches.h
index 046a827d3567b639eb4c6393e31e96899ff25690..0e8fed740965d21253792fceaa6e77dddf6014c5 100644
--- a/components/feedback/feedback_switches.h
+++ b/components/proximity_auth/switches.h
@@ -2,15 +2,17 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_FEEDBACK_FEEDBACK_SWITCHES_H_
-#define COMPONENTS_FEEDBACK_FEEDBACK_SWITCHES_H_
+#ifndef COMPONENTS_PROXIMITY_AUTH_SWITCHES_H_
+#define COMPONENTS_PROXIMITY_AUTH_SWITCHES_H_
+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 kFeedbackServer[];
+extern const char kEnableProximityDetection[];
} // namespace switches
+} // namespace proximity_auth
-#endif // COMPONENTS_FEEDBACK_FEEDBACK_SWITCHES_H_
+#endif // COMPONENTS_PROXIMITY_AUTH_SWITCHES_H_
« no previous file with comments | « components/proximity_auth/BUILD.gn ('k') | components/proximity_auth/switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698