Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(602)

Side by Side Diff: apps/app_launcher.h

Issue 17226003: Add metrics for interactions with the Apps Launcher promo dialog. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed gyp file. :-/ Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | apps/app_launcher.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef APPS_APP_LAUNCHER_H_ 5 #ifndef APPS_APP_LAUNCHER_H_
6 #define APPS_APP_LAUNCHER_H_ 6 #define APPS_APP_LAUNCHER_H_
7 7
8 #include "base/callback_forward.h" 8 #include "base/callback_forward.h"
9 9
10 namespace apps { 10 namespace apps {
11 11
12 // Returns whether the app launcher has been enabled. 12 // Returns whether the app launcher has been enabled.
13 bool IsAppLauncherEnabled(); 13 bool IsAppLauncherEnabled();
14 14
15 // Returns whether the app launcher promo should be shown.
16 bool ShouldShowAppLauncherPromo();
17
15 } // namespace apps 18 } // namespace apps
16 19
17 #endif // APPS_APP_LAUNCHER_H_ 20 #endif // APPS_APP_LAUNCHER_H_
OLDNEW
« no previous file with comments | « no previous file | apps/app_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698