| Index: chrome/common/chrome_constants.h
|
| ===================================================================
|
| --- chrome/common/chrome_constants.h (revision 99756)
|
| +++ chrome/common/chrome_constants.h (working copy)
|
| @@ -46,7 +46,6 @@
|
| extern const wchar_t kTestingInterfaceDLL[];
|
| extern const char kInitialProfile[];
|
| extern const char kMultiProfileDirPrefix[];
|
| -extern const char kStatsFilename[];
|
| extern const wchar_t kBrowserResourcesDll[];
|
| extern const wchar_t kNaClAppName[];
|
| extern const FilePath::CharType kExtensionFileExtension[];
|
| @@ -84,9 +83,6 @@
|
| extern const FilePath::CharType kWebAppDirname[];
|
| extern const FilePath::CharType kServiceStateFileName[];
|
|
|
| -extern const int kStatsMaxThreads;
|
| -extern const int kStatsMaxCounters;
|
| -
|
| extern const bool kRecordModeEnabled;
|
|
|
| // Most sequence numbers are used by a renderer when responding to a browser
|
|
|