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

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

Issue 8965054: Coverity: Initialize member variables. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fixes. Created 9 years 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 | « chrome/browser/autocomplete_history_manager.cc ('k') | chrome/browser/extensions/extension_tts_api_win.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 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
« no previous file with comments | « chrome/browser/autocomplete_history_manager.cc ('k') | chrome/browser/extensions/extension_tts_api_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698