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

Side by Side Diff: chrome/common/chrome_constants.cc

Issue 5607001: Removed kChromiumRendererIdProperty window property.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/common/chrome_constants.h ('k') | chrome/gpu/gpu_channel.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/common/chrome_constants.h" 5 #include "chrome/common/chrome_constants.h"
6 6
7 #include "base/file_path.h" 7 #include "base/file_path.h"
8 8
9 #define FPL FILE_PATH_LITERAL 9 #define FPL FILE_PATH_LITERAL
10 10
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 #ifndef NDEBUG 125 #ifndef NDEBUG
126 const bool kRecordModeEnabled = true; 126 const bool kRecordModeEnabled = true;
127 #else 127 #else
128 const bool kRecordModeEnabled = false; 128 const bool kRecordModeEnabled = false;
129 #endif 129 #endif
130 130
131 const int kHistogramSynchronizerReservedSequenceNumber = 0; 131 const int kHistogramSynchronizerReservedSequenceNumber = 0;
132 132
133 const int kMaxSessionHistoryEntries = 50; 133 const int kMaxSessionHistoryEntries = 50;
134 134
135 const wchar_t kChromiumRendererIdProperty[] = L"ChromiumRendererId";
136
137 const char* const kUnknownLanguageCode = "und"; 135 const char* const kUnknownLanguageCode = "und";
138 136
139 } // namespace chrome 137 } // namespace chrome
140 138
141 #undef FPL 139 #undef FPL
OLDNEW
« no previous file with comments | « chrome/common/chrome_constants.h ('k') | chrome/gpu/gpu_channel.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698