| Index: chrome/browser/bookmarks/bookmark_utils.h
|
| diff --git a/chrome/browser/bookmarks/bookmark_utils.h b/chrome/browser/bookmarks/bookmark_utils.h
|
| index 84de9d2a3e78f2847faee81fdb076ffaed350769..4caeb0aa53afbcb17ff0c5a476a05fbf997cfab4 100644
|
| --- a/chrome/browser/bookmarks/bookmark_utils.h
|
| +++ b/chrome/browser/bookmarks/bookmark_utils.h
|
| @@ -241,6 +241,7 @@ extern int num_urls_before_prompting;
|
|
|
| // This enum is used for the Bookmarks.LaunchLocation histogram.
|
| enum BookmarkLaunchLocation {
|
| + LAUNCH_NONE,
|
| LAUNCH_ATTACHED_BAR = 0,
|
| LAUNCH_DETACHED_BAR,
|
| // These two are kind of sub-categories of the bookmark bar. Generally
|
|
|