From 7c927b60bffa117129ba9214fcb6174d753351d9 Mon Sep 17 00:00:00 2001 From: "phajdan.jr@chromium.org" Date: Wed, 24 Feb 2010 09:54:13 +0000 Subject: Further reduce the bad dependency of chrome/common on chrome/browser. TEST=none BUG=none Review URL: http://codereview.chromium.org/656011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39877 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/chrome_constants.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chrome/common/chrome_constants.cc') diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc index 8226cd8..ed5947a 100644 --- a/chrome/common/chrome_constants.cc +++ b/chrome/common/chrome_constants.cc @@ -129,6 +129,8 @@ const bool kRecordModeEnabled = true; const bool kRecordModeEnabled = false; #endif +const int kHistogramSynchronizerReservedSequenceNumber = 0; + } // namespace chrome #undef FPL -- cgit v1.1