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 60ccced9108b21a614e2fad40cc9b3e2ad67e1b3..5239409fcfc089440b84dbea0623ad343672281a 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 { |