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

Unified Diff: chrome/browser/history/history.cc

Issue 7316013: history: Move kBookmarkBarID constant out of HistoryService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: after friends Created 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/history/history.h ('k') | chrome/browser/history/starred_url_database.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/history/history.cc
diff --git a/chrome/browser/history/history.cc b/chrome/browser/history/history.cc
index 45e8364601107cf6317b259eeff32853d8be93f6..74cb0b39f29210d459d675bb2264274b8145a883 100644
--- a/chrome/browser/history/history.cc
+++ b/chrome/browser/history/history.cc
@@ -116,9 +116,6 @@ class HistoryService::BackendDelegate : public HistoryBackend::Delegate {
MessageLoop* message_loop_;
};
-// static
-const history::StarID HistoryService::kBookmarkBarID = 1;
-
// The history thread is intentionally not a BrowserThread because the
// sync integration unit tests depend on being able to create more than one
// history thread.
« no previous file with comments | « chrome/browser/history/history.h ('k') | chrome/browser/history/starred_url_database.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698