Chromium Code Reviews| Index: chrome/common/chrome_constants.h |
| =================================================================== |
| --- chrome/common/chrome_constants.h (revision 107389) |
| +++ chrome/common/chrome_constants.h (working copy) |
| @@ -93,6 +93,13 @@ |
| // a browser-supplied sequence number. |
| extern const int kHistogramSynchronizerReservedSequenceNumber; |
| +// Most sequence numbers are used by a renderer when responding to a browser |
| +// request for tracking data. This reserved number is used when a renderer |
| +// sends an unprovoked update, such as after a page has been loaded. Using |
| +// this reserved constant avoids any chance of confusion with a response having |
|
jar (doing other things)
2011/10/30 08:04:19
I don't know that we'll need this logic for an "un
ramant (doing other things)
2011/11/01 00:52:15
Deleted this.
Done.
|
| +// a browser-supplied sequence number. |
| +extern const int kTrackingSynchronizerReservedSequenceNumber; |
| + |
| // 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; |