diff options
Diffstat (limited to 'chrome/common/chrome_constants.cc')
-rw-r--r-- | chrome/common/chrome_constants.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc index 38cf59e..a6ad651 100644 --- a/chrome/common/chrome_constants.cc +++ b/chrome/common/chrome_constants.cc @@ -134,6 +134,8 @@ const int kHistogramSynchronizerReservedSequenceNumber = 0; const int kMaxSessionHistoryEntries = 50; +const wchar_t kChromiumRendererIdProperty[] = L"ChromiumRendererId"; + } // namespace chrome #undef FPL |