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

Unified Diff: chrome/common/chrome_constants.h

Issue 6874038: Remove the last Chrome dependencies from renderer, and enforce no more includes through DEPS. I ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 8 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
Index: chrome/common/chrome_constants.h
===================================================================
--- chrome/common/chrome_constants.h (revision 81920)
+++ chrome/common/chrome_constants.h (working copy)
@@ -74,10 +74,6 @@
extern const int kStatsMaxThreads;
extern const int kStatsMaxCounters;
-// The maximum number of characters of the document's title that we're willing
-// to accept in the browser process.
-extern const size_t kMaxTitleChars;
-
extern const bool kRecordModeEnabled;
// Most sequence numbers are used by a renderer when responding to a browser
@@ -87,9 +83,6 @@
// a browser-supplied sequence number.
extern const int kHistogramSynchronizerReservedSequenceNumber;
-// The maximum number of session history entries per tab.
-extern const int kMaxSessionHistoryEntries;
-
// The language code used when the language of a page could not be detected.
// (Matches what the CLD -Compact Language Detection- library reports.)
extern const char* const kUnknownLanguageCode;

Powered by Google App Engine
This is Rietveld 408576698