Commit 2cb5dd3b authored by Vladislav Kaznacheev's avatar Vladislav Kaznacheev Committed by Commit Bot

Update app.mojom

Add AppDataRequestState.NOT_SIGNED_IN to support ag/5485166

Bug: b:118888407
Test: compile
Change-Id: If708bbad7a400edacd8c0b144ba1903c448d9286
Reviewed-on: https://chromium-review.googlesource.com/c/1331952Reviewed-by: default avatarYury Khmel <khmel@chromium.org>
Reviewed-by: default avatarMattias Nissler <mnissler@chromium.org>
Commit-Queue: Vladislav Kaznacheev <kaznacheev@chromium.org>
Cr-Commit-Position: refs/heads/master@{#607993}
parent 68d91f82
...@@ -156,6 +156,8 @@ enum AppDataRequestState { ...@@ -156,6 +156,8 @@ enum AppDataRequestState {
APP_DATA_SEARCH_PROXY_NOT_AVAILABLE = 7, APP_DATA_SEARCH_PROXY_NOT_AVAILABLE = 7,
// Failed to call globalQuery to GmsCore. // Failed to call globalQuery to GmsCore.
FAILED_TO_CALL_GLOBALQUERY = 8, FAILED_TO_CALL_GLOBALQUERY = 8,
// Failed to sign into GmsCore.
NOT_SIGNED_IN = 9,
}; };
// Describes the category type of app shortcut item. // Describes the category type of app shortcut item.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment