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

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

Issue 10542031: Suffix Chrome's appid on user-level installs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ShellUtil::ConstructAppModelId() and some renaming Created 8 years, 6 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
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 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 #endif 204 #endif
205 205
206 #if defined(OS_WIN) 206 #if defined(OS_WIN)
207 // This is used by the PreRead experiment. 207 // This is used by the PreRead experiment.
208 const char kPreReadEnvironmentVariable[] = "CHROME_PRE_READ_EXPERIMENT"; 208 const char kPreReadEnvironmentVariable[] = "CHROME_PRE_READ_EXPERIMENT";
209 const wchar_t kMetroChromeUserDataSubDir[] = L"Metro"; 209 const wchar_t kMetroChromeUserDataSubDir[] = L"Metro";
210 const wchar_t kMetroNavigationAndSearchMessage[] = 210 const wchar_t kMetroNavigationAndSearchMessage[] =
211 L"CHROME_METRO_NAV_SEARCH_REQUEST"; 211 L"CHROME_METRO_NAV_SEARCH_REQUEST";
212 const wchar_t kMetroGetCurrentTabInfoMessage[] = 212 const wchar_t kMetroGetCurrentTabInfoMessage[] =
213 L"CHROME_METRO_GET_CURRENT_TAB_INFO"; 213 L"CHROME_METRO_GET_CURRENT_TAB_INFO";
214 const size_t kMaxAppModelIdLength = 64U;
214 #endif 215 #endif
215 216
216 } // namespace chrome 217 } // namespace chrome
217 218
218 #undef FPL 219 #undef FPL
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698