Chromium Code Reviews| Index: apps/app_launcher.h |
| diff --git a/apps/app_launcher.h b/apps/app_launcher.h |
| index 07f6b6ea4680e8f14c840859cefad4f6b4ba4b0e..0b5273c5450f5fd02549eb3c48797eac16885e1b 100644 |
| --- a/apps/app_launcher.h |
| +++ b/apps/app_launcher.h |
| @@ -12,6 +12,9 @@ namespace apps { |
| // Returns whether the app launcher has been enabled. |
| bool IsAppLauncherEnabled(); |
| +// Returns whether the app launcher promo should be shown. |
| +bool ShouldShowAppLauncherPromo(); |
| + |
| } // namespace apps |
| #endif // APPS_APP_LAUNCHER_H_ |