| Index: ui/gfx/win/hwnd_util.cc
|
| diff --git a/ui/gfx/win/hwnd_util.cc b/ui/gfx/win/hwnd_util.cc
|
| index 8f19292026ed1005d07a6eebc1a2d45516571a6f..1d23d962addd55e8a8ca084b719626e953a81dd6 100644
|
| --- a/ui/gfx/win/hwnd_util.cc
|
| +++ b/ui/gfx/win/hwnd_util.cc
|
| @@ -5,7 +5,6 @@
|
| #include "ui/gfx/win/hwnd_util.h"
|
|
|
| #include "base/i18n/rtl.h"
|
| -#include "base/profiler/scoped_tracker.h"
|
| #include "base/strings/string_util.h"
|
| #include "base/tracked_objects.h"
|
| #include "base/win/metro.h"
|
| @@ -113,10 +112,6 @@
|
| }
|
|
|
| void* GetWindowUserData(HWND hwnd) {
|
| - // TODO(vadimt): Remove ScopedTracker below once crbug.com/440919 is fixed.
|
| - tracked_objects::ScopedTracker tracking_profile(
|
| - FROM_HERE_WITH_EXPLICIT_FUNCTION("440919 GetWindowUserData"));
|
| -
|
| DWORD process_id = 0;
|
| GetWindowThreadProcessId(hwnd, &process_id);
|
| // A window outside the current process needs to be ignored.
|
|
|