| Index: chrome/browser/ui/webui/options/chromeos/options_stylus_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options/chromeos/options_stylus_handler.cc b/chrome/browser/ui/webui/options/chromeos/options_stylus_handler.cc
|
| index 725a703b586abfbb000636be114cec1a7feaf148..484220933d8d8f5db19a83ca9a6a008490afccc5 100644
|
| --- a/chrome/browser/ui/webui/options/chromeos/options_stylus_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/chromeos/options_stylus_handler.cc
|
| @@ -108,8 +108,8 @@ void OptionsStylusHandler::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_enabled() && !helper->android_apps_received()) {
|
| + // If Play 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 {
|
|
|