Created a new proto data format for using sync to send a tab to a device
We are creating a prototype for a Send Tab To Self Feature, in collaboration with
the better together team . the Design Doc was originally written by hansberry@
and can be seen here
https: //docs.google.com/document/d/11WONDgBRJ3kZGQZQ44_6f9lGXsIX7zOoP4PDOjT3shk
Change-Id: Ic3a07d0315336a1308f164a567720bd36a9c5d1a
Reviewed-on: https://chromium-review.googlesource.com/c/1297391
Reviewed-by: Mark Pearson <[email protected]>
Reviewed-by: ssid <[email protected]>
Reviewed-by: Mikel Astiz <[email protected]>
Commit-Queue: Jeffrey Cohen <[email protected]>
Cr-Commit-Position: refs/heads/master@{#604346}
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 5466d05..a16e2b0 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -4424,7 +4424,7 @@
{"enable-send-tab-to-self", flag_descriptions::kSendTabToSelfName,
flag_descriptions::kSendTabToSelfDescription, kOsAll,
- FEATURE_VALUE_TYPE(features::kSendTabToSelf)},
+ FEATURE_VALUE_TYPE(switches::kSyncSendTabToSelf)},
#if defined(OS_CHROMEOS)
{"ash-enable-notification-expansion-animation",