Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2143)

Unified Diff: chrome/browser/android/webapk/chrome_webapk_host.h

Issue 2790673002: Remove finch flag for play installation. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698