Chromium Code Reviews| Index: chrome/browser/android/webapk/chrome_webapk_host.h |
| diff --git a/chrome/browser/android/webapk/chrome_webapk_host.h b/chrome/browser/android/webapk/chrome_webapk_host.h |
| index 153c454b2cc0d8c75a94e26e4d548fd66277ec1c..81de0e7d2b259e159f18b1ca9a59571cccf6e632 100644 |
| --- a/chrome/browser/android/webapk/chrome_webapk_host.h |
| +++ b/chrome/browser/android/webapk/chrome_webapk_host.h |
| @@ -17,6 +17,7 @@ enum class GooglePlayInstallState { |
| SUPPORTED = 0, |
| DISABLED_OTHER = 1, |
| NO_PLAY_SERVICES = 2, |
| + // DEPRECATED |
|
pkotwicz
2017/03/30 21:55:16
I think that this would be clearer:
// Deprecated
Yaron
2017/03/31 13:50:13
Done.
|
| DISABLED_BY_VARIATIONS = 3, |
|
Xi Han
2017/03/30 22:14:11
It's better to update the description in histogram
Yaron
2017/03/31 13:50:13
Done.
|
| DISABLED_BY_PLAY = 4, |
| MAX = 5 |