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

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

Issue 7712014: Make a channel and time limited persistent PreRead experiment (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/common/chrome_constants.h ('k') | no next file » | 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) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 const bool kEnableTouchIcon = true; 181 const bool kEnableTouchIcon = true;
182 #else 182 #else
183 const bool kEnableTouchIcon = false; 183 const bool kEnableTouchIcon = false;
184 #endif 184 #endif
185 185
186 #if defined(OS_LINUX) 186 #if defined(OS_LINUX)
187 extern const int kLowestRendererOomScore = 300; 187 extern const int kLowestRendererOomScore = 300;
188 extern const int kHighestRendererOomScore = 1000; 188 extern const int kHighestRendererOomScore = 1000;
189 #endif 189 #endif
190 190
191 #if defined(OS_WIN)
192 // This is used by the PreRead experiment.
193 const char kPreReadEnvironmentVariable[] = "CHROME_PRE_READ_EXPERIMENT";
194 #endif
195
191 } // namespace chrome 196 } // namespace chrome
192 197
193 #undef FPL 198 #undef FPL
OLDNEW
« no previous file with comments | « chrome/common/chrome_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698