From a03026f96bc2967f2d5390506a5f560e75f67ead Mon Sep 17 00:00:00 2001 From: xiyuan Date: Wed, 9 Mar 2016 14:56:25 -0800 Subject: cros: Show feedback UI for cryptohome failure Show feedback UI to allow user fill in more info and review the feedback data before sending it. BUG=585530 Review URL: https://codereview.chromium.org/1769603004 Cr-Commit-Position: refs/heads/master@{#380249} --- chrome/common/extensions/extension_constants.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'chrome/common/extensions/extension_constants.h') diff --git a/chrome/common/extensions/extension_constants.h b/chrome/common/extensions/extension_constants.h index 5fe6cec..a771282 100644 --- a/chrome/common/extensions/extension_constants.h +++ b/chrome/common/extensions/extension_constants.h @@ -55,6 +55,9 @@ extern const char kEasyUnlockAppId[]; // The extension id of the Enterprise Web Store component application. extern const char kEnterpriseWebStoreAppId[]; +// The extension id of the feedback component extension. +extern const char kFeedbackExtensionId[]; + // The extension id of GMail application. extern const char kGmailAppId[]; -- cgit v1.1