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

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

Issue 7316009: history: Remove unused bookmark constant. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/history/in_memory_history_backend.cc
diff --git a/chrome/browser/history/in_memory_history_backend.cc b/chrome/browser/history/in_memory_history_backend.cc
index 5eabb8825ea3df1c9455390a0e73ce89ef47376c..e69009b7cad4e4bc932952b59afaf7393e6df95c 100644
--- a/chrome/browser/history/in_memory_history_backend.cc
+++ b/chrome/browser/history/in_memory_history_backend.cc
@@ -22,10 +22,6 @@
namespace history {
-// If a page becomes starred we use this id in place of the real starred id.
-// See note in OnURLsStarred.
-static const StarID kBogusStarredID = 0x0FFFFFFF;
-
InMemoryHistoryBackend::InMemoryHistoryBackend()
: profile_(NULL) {
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698