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

Unified Diff: chrome/browser/bookmarks/bookmark_utils.h

Issue 10917062: Add bookmark entry point histogram for bookmark prompt experiment (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove ENTRY_POINT_NONE Created 8 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/bookmarks/bookmark_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/bookmarks/bookmark_utils.h
diff --git a/chrome/browser/bookmarks/bookmark_utils.h b/chrome/browser/bookmarks/bookmark_utils.h
index d7f0aee2d46aea5d6f0d62b3351b45ba4597f631..31245c16f741e95ecaecf777d4d57761a405fbdf 100644
--- a/chrome/browser/bookmarks/bookmark_utils.h
+++ b/chrome/browser/bookmarks/bookmark_utils.h
@@ -231,6 +231,16 @@ void RemoveAllBookmarks(BookmarkModel* model, const GURL& url);
// value.
extern int num_urls_before_prompting;
+// This enum is used for the Bookmarks.EntryPoint histogram.
+enum BoomarkEntryPoint {
+ ENTRY_POINT_ACCELERATOR,
+ ENTRY_POINT_STAR_GESTURE,
+ ENTRY_POINT_STAR_KEY,
+ ENTRY_POINT_STAR_MOUSE,
+
+ ENTRY_POINT_LIMIT // Keep this last.
+};
+
// This enum is used for the Bookmarks.LaunchLocation histogram.
enum BookmarkLaunchLocation {
LAUNCH_NONE,
« no previous file with comments | « no previous file | chrome/browser/bookmarks/bookmark_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698