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

Unified Diff: app/win/window_impl.cc

Issue 554125: Corrects the window name for the criteria checker's launch method. Top-level... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 11 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/win/window_impl.cc
===================================================================
--- app/win/window_impl.cc (revision 37455)
+++ app/win/window_impl.cc (working copy)
@@ -20,8 +20,10 @@
///////////////////////////////////////////////////////////////////////////////
// WindowImpl class tracking.
+// Several external scripts rely explicitly on this base class name for
+// acquiring the window handle and will break if this is modified!
// static
-const wchar_t* const WindowImpl::kBaseClassName = L"Chrome_WindowImpl_";
+const wchar_t* const WindowImpl::kBaseClassName = L"Chrome_WidgetWin_";
// WindowImpl class information used for registering unique windows.
struct ClassInfo {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698