summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/extension_constants.h
diff options
context:
space:
mode:
authorxiyuan <xiyuan@chromium.org>2016-03-09 14:56:25 -0800
committerCommit bot <commit-bot@chromium.org>2016-03-09 22:58:10 +0000
commita03026f96bc2967f2d5390506a5f560e75f67ead (patch)
tree8655af54a87067d49d10ad767e368f55682c9920 /chrome/common/extensions/extension_constants.h
parent24bc38bac8c8f2ca1ee61b8872829fcdde521fa3 (diff)
downloadchromium_src-a03026f96bc2967f2d5390506a5f560e75f67ead.zip
chromium_src-a03026f96bc2967f2d5390506a5f560e75f67ead.tar.gz
chromium_src-a03026f96bc2967f2d5390506a5f560e75f67ead.tar.bz2
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}
Diffstat (limited to 'chrome/common/extensions/extension_constants.h')
-rw-r--r--chrome/common/extensions/extension_constants.h3
1 files changed, 3 insertions, 0 deletions
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[];