diff options
| author | 2019-12-18 09:43:10 +0000 | |
|---|---|---|
| committer | 2019-12-18 09:43:10 +0000 | |
| commit | 532c02c7b8ac03a8a484ed410fc0956b0a46950a (patch) | |
| tree | 2e95beb2c5e4ab9af44b7cbea868e8baf6947cc1 | |
| parent | cc64caeacf217dfa6ea15a03b271327470a2a54b (diff) | |
| parent | e0d10d9f1fae5f532eaa6eacebebad6b87b0ce79 (diff) | |
Merge "Add new log for DocsUI"
| -rw-r--r-- | core/proto/android/stats/docsui/docsui_enums.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/proto/android/stats/docsui/docsui_enums.proto b/core/proto/android/stats/docsui/docsui_enums.proto index f648912d36eb..5963f6a7f938 100644 --- a/core/proto/android/stats/docsui/docsui_enums.proto +++ b/core/proto/android/stats/docsui/docsui_enums.proto @@ -56,6 +56,7 @@ enum Root { ROOT_VIDEOS = 9; ROOT_MTP = 10; ROOT_THIRD_PARTY_APP = 11; + ROOT_DOCUMENTS = 12; } enum ContextScope { |