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

Unified Diff: chrome/gpu/gpu_main.cc

Issue 2741003: Rename Chrome threads to use a "Cr" prefix. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 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 side-by-side diff with in-line comments
Download patch
Index: chrome/gpu/gpu_main.cc
diff --git a/chrome/gpu/gpu_main.cc b/chrome/gpu/gpu_main.cc
index 86652e5abf79934768248b2a11eacf966d31ae3d..c6c4aeee16db5bf6b9fe3cd982b2b940e4674c0f 100644
--- a/chrome/gpu/gpu_main.cc
+++ b/chrome/gpu/gpu_main.cc
@@ -35,8 +35,7 @@ int GpuMain(const MainFunctionParams& parameters) {
}
MessageLoop main_message_loop(MessageLoop::TYPE_UI);
- std::wstring app_name = chrome::kBrowserAppName;
- PlatformThread::SetName(WideToASCII(app_name + L"_GpuMain").c_str());
+ PlatformThread::SetName("CrGpuMain");
#if defined(OS_WIN)
win_util::ScopedCOMInitializer com_initializer;

Powered by Google App Engine
This is Rietveld 408576698