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

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

Issue 10286004: Landed by mistake. Reverting (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 7 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) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 extern const int kLowestRendererOomScore = 300; 196 extern const int kLowestRendererOomScore = 300;
197 extern const int kHighestRendererOomScore = 1000; 197 extern const int kHighestRendererOomScore = 1000;
198 #endif 198 #endif
199 199
200 #if defined(OS_WIN) 200 #if defined(OS_WIN)
201 // This is used by the PreRead experiment. 201 // This is used by the PreRead experiment.
202 const char kPreReadEnvironmentVariable[] = "CHROME_PRE_READ_EXPERIMENT"; 202 const char kPreReadEnvironmentVariable[] = "CHROME_PRE_READ_EXPERIMENT";
203 const wchar_t kMetroChromeUserDataSubDir[] = L"Metro"; 203 const wchar_t kMetroChromeUserDataSubDir[] = L"Metro";
204 const wchar_t kMetroNavigationAndSearchMessage[] = 204 const wchar_t kMetroNavigationAndSearchMessage[] =
205 L"CHROME_METRO_NAV_SEARCH_REQUEST"; 205 L"CHROME_METRO_NAV_SEARCH_REQUEST";
206 const wchar_t kMetroGetCurrentTabInfoMessage[] = 206
207 L"CHROME_METRO_GET_CURRENT_TAB_INFO";
208 #endif 207 #endif
209 208
210 } // namespace chrome 209 } // namespace chrome
211 210
212 #undef FPL 211 #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