Index: chrome/browser/chromeos/note_taking_app_utils.cc |
diff --git a/chrome/browser/chromeos/note_taking_app_utils.cc b/chrome/browser/chromeos/note_taking_app_utils.cc |
index df76f3bdb97eaed337bd1861abcd41cd94a2decf..7f12a8da4081447fc6d397c1fde54acc820fe55b 100644 |
--- a/chrome/browser/chromeos/note_taking_app_utils.cc |
+++ b/chrome/browser/chromeos/note_taking_app_utils.cc |
@@ -69,7 +69,7 @@ const extensions::Extension* GetApp(Profile* profile) { |
bool IsNoteTakingAppAvailable(Profile* profile) { |
DCHECK(profile); |
- return ash::IsPaletteEnabled() && GetApp(profile); |
+ return ash::IsPaletteFeatureEnabled() && GetApp(profile); |
} |
void LaunchNoteTakingAppForNewNote(Profile* profile, |