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 1e3cef1ae66c233cac487ed25b832f1efc7ecb18..0413414ad48b9de347a6285f7ee094ede64dbec3 100644 |
--- a/chrome/browser/chromeos/note_taking_app_utils.cc |
+++ b/chrome/browser/chromeos/note_taking_app_utils.cc |
@@ -63,7 +63,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, |