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

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

Issue 17615003: ProcessSingleton now uses base::win::MessageWindow to create a message-only window. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: CR feedback. Created 7 years, 5 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') | win8/delegate_execute/command_execute_impl.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) 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/files/file_path.h" 7 #include "base/files/file_path.h"
8 8
9 #define FPL FILE_PATH_LITERAL 9 #define FPL FILE_PATH_LITERAL
10 10
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 FPL("NP"), // No PIE 131 FPL("NP"), // No PIE
132 NULL 132 NULL
133 }; 133 };
134 #endif // OS_MACOSX 134 #endif // OS_MACOSX
135 135
136 #if defined(OS_WIN) 136 #if defined(OS_WIN)
137 const base::FilePath::CharType kMetroDriverDll[] = FPL("metro_driver.dll"); 137 const base::FilePath::CharType kMetroDriverDll[] = FPL("metro_driver.dll");
138 const wchar_t kStatusTrayWindowClass[] = L"Chrome_StatusTrayWindow"; 138 const wchar_t kStatusTrayWindowClass[] = L"Chrome_StatusTrayWindow";
139 #endif // defined(OS_WIN) 139 #endif // defined(OS_WIN)
140 140
141 const wchar_t kMessageWindowClass[] = L"Chrome_MessageWindow";
142 const wchar_t kCrashReportLog[] = L"Reported Crashes.txt"; 141 const wchar_t kCrashReportLog[] = L"Reported Crashes.txt";
143 const wchar_t kTestingInterfaceDLL[] = L"testing_interface.dll"; 142 const wchar_t kTestingInterfaceDLL[] = L"testing_interface.dll";
144 const char kInitialProfile[] = "Default"; 143 const char kInitialProfile[] = "Default";
145 const char kMultiProfileDirPrefix[] = "Profile "; 144 const char kMultiProfileDirPrefix[] = "Profile ";
146 const wchar_t kBrowserResourcesDll[] = L"chrome.dll"; 145 const wchar_t kBrowserResourcesDll[] = L"chrome.dll";
147 const base::FilePath::CharType kExtensionFileExtension[] = FPL(".crx"); 146 const base::FilePath::CharType kExtensionFileExtension[] = FPL(".crx");
148 const base::FilePath::CharType kExtensionKeyFileExtension[] = FPL(".pem"); 147 const base::FilePath::CharType kExtensionKeyFileExtension[] = FPL(".pem");
149 148
150 // filenames 149 // filenames
151 #if defined(OS_ANDROID) 150 #if defined(OS_ANDROID)
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 const wchar_t kLaunchModeValue[] = L"launch_mode"; 250 const wchar_t kLaunchModeValue[] = L"launch_mode";
252 #endif 251 #endif
253 252
254 #if defined(OS_CHROMEOS) 253 #if defined(OS_CHROMEOS)
255 const char kProfileDirPrefix[] = "u-"; 254 const char kProfileDirPrefix[] = "u-";
256 #endif 255 #endif
257 256
258 } // namespace chrome 257 } // namespace chrome
259 258
260 #undef FPL 259 #undef FPL
OLDNEW
« no previous file with comments | « chrome/common/chrome_constants.h ('k') | win8/delegate_execute/command_execute_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698