[Nearby] Move feature flags to //c/b/nearby_sharing/common/
Move the Nearby Share feature flags out of //c/b/browser_features and
into the feature-specific location //c/b/nearby_sharing/common/. This
was recommended by fgorski@ in crrev/c/2510351.
Note: Nearby Share is currently only being built for Chrome OS. We
clean up locations that did not reflect this.
Fixed: 1144259
Change-Id: I5c5483e35a040f244df4b88c29e992106f869c55
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2515045
Reviewed-by: Filip Gorski <[email protected]>
Reviewed-by: Alex Gough <[email protected]>
Commit-Queue: Josh Nohle <[email protected]>
Cr-Commit-Position: refs/heads/master@{#823640}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
index 0ad24898..75ca0ab 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -831,12 +831,6 @@
extern const char kMouseSubframeNoImplicitCaptureName[];
extern const char kMouseSubframeNoImplicitCaptureDescription[];
-extern const char kNearbySharingName[];
-extern const char kNearbySharingDescription[];
-
-extern const char kNearbySharingWebRtcName[];
-extern const char kNearbySharingWebRtcDescription[];
-
extern const char kUsernameFirstFlowName[];
extern const char kUsernameFirstFlowDescription[];
@@ -2514,6 +2508,12 @@
extern const char kMeteredShowToggleName[];
extern const char kMeteredShowToggleDescription[];
+extern const char kNearbySharingName[];
+extern const char kNearbySharingDescription[];
+
+extern const char kNearbySharingWebRtcName[];
+extern const char kNearbySharingWebRtcDescription[];
+
extern const char kOsSettingsPolymer3Name[];
extern const char kOsSettingsPolymer3Description[];