| Index: chrome/browser/chromeos/note_taking_helper.cc
|
| diff --git a/chrome/browser/chromeos/note_taking_helper.cc b/chrome/browser/chromeos/note_taking_helper.cc
|
| index 5e5b54832eafa4b31048368fda4fcaed145bd666..7f4a8e51fcdcefeae0dd3c856eaeb94ee9bd6e71 100644
|
| --- a/chrome/browser/chromeos/note_taking_helper.cc
|
| +++ b/chrome/browser/chromeos/note_taking_helper.cc
|
| @@ -149,7 +149,7 @@ void NoteTakingHelper::SetPreferredApp(Profile* profile,
|
| bool NoteTakingHelper::IsAppAvailable(Profile* profile) {
|
| DCHECK_CURRENTLY_ON(content::BrowserThread::UI);
|
| DCHECK(profile);
|
| - return ash::IsPaletteFeatureEnabled() && !GetAvailableApps(profile).empty();
|
| + return ash::HasStylusInput() && !GetAvailableApps(profile).empty();
|
| }
|
|
|
| void NoteTakingHelper::LaunchAppForNewNote(Profile* profile,
|
|
|