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

Unified Diff: chrome/browser/ui/webui/settings/chromeos/device_stylus_handler.cc

Issue 2707133006: Start ARC and sign in after Chrome OS login (Closed)
Patch Set: rebase to ToT 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
« no previous file with comments | « chrome/browser/ui/webui/options/chromeos/options_stylus_handler.cc ('k') | chromeos/chromeos_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/settings/chromeos/device_stylus_handler.cc
diff --git a/chrome/browser/ui/webui/settings/chromeos/device_stylus_handler.cc b/chrome/browser/ui/webui/settings/chromeos/device_stylus_handler.cc
index 34546b2763cb9d2803e61927e3d9bed10dd00f03..493b14b0bb5e0e3d537cd0480af8788a5e1a9ff6 100644
--- a/chrome/browser/ui/webui/settings/chromeos/device_stylus_handler.cc
+++ b/chrome/browser/ui/webui/settings/chromeos/device_stylus_handler.cc
@@ -65,8 +65,8 @@ void StylusHandler::UpdateNoteTakingApps() {
base::ListValue apps_list;
NoteTakingHelper* helper = NoteTakingHelper::Get();
- if (helper->android_enabled() && !helper->android_apps_received()) {
- // If Android is enabled but not ready yet, let the JS know so it can
+ if (helper->play_store_enabled() && !helper->android_apps_received()) {
+ // If Play Store is enabled but not ready yet, let the JS know so it can
// disable the menu and display an explanatory message.
waiting_for_android = true;
} else {
« no previous file with comments | « chrome/browser/ui/webui/options/chromeos/options_stylus_handler.cc ('k') | chromeos/chromeos_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698