commit | d250297adadfb79c5f72bd7aa2a1f057632fbce1 | [log] [tgz] |
---|---|---|
author | Maggie Cai <[email protected]> | Mon Sep 09 09:30:34 2019 |
committer | Commit Bot <[email protected]> | Mon Sep 09 09:30:34 2019 |
tree | e4fa6adc83972af540923d39dd94ab6b140cfa2b | |
parent | 13e17a6be00ace440aa346c3157a353b014d3034 [diff] [blame] |
Add flag for App Service Intent Handling. This CL adds a feature flag for using the App Service to provide data for intent handling. BUG=853604 Change-Id: I3d67dcb56071bc958e598459fb2c68fdc2d9fd4f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1792034 Commit-Queue: Maggie Cai <[email protected]> Reviewed-by: Dominick Ng <[email protected]> Cr-Commit-Position: refs/heads/master@{#694674}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h index 46451aa..90c42fb 100644 --- a/chrome/browser/flag_descriptions.h +++ b/chrome/browser/flag_descriptions.h
@@ -1826,6 +1826,9 @@ extern const char kAppServiceAshName[]; extern const char kAppServiceAshDescription[]; +extern const char kAppServiceIntentHandlingName[]; +extern const char kAppServiceIntentHandlingDescription[]; + extern const char kAppServiceShelfName[]; extern const char kAppServiceShelfDescription[];