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

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

Issue 2790673002: Remove finch flag for play installation. (Closed)
Patch Set: Remove finch flag for play installation. 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..7fb0a5aa67caa4f7700a164c842bbace45576606 100644
--- a/chrome/browser/android/webapk/chrome_webapk_host.h
+++ b/chrome/browser/android/webapk/chrome_webapk_host.h
@@ -17,7 +17,7 @@ enum class GooglePlayInstallState {
SUPPORTED = 0,
DISABLED_OTHER = 1,
NO_PLAY_SERVICES = 2,
- DISABLED_BY_VARIATIONS = 3,
+ // Deprecated: DISABLED_BY_VARIATIONS = 3,
DISABLED_BY_PLAY = 4,
MAX = 5
};

Powered by Google App Engine
This is Rietveld 408576698