summaryrefslogtreecommitdiffstats
path: root/win8
diff options
context:
space:
mode:
authorrobliao <robliao@chromium.org>2015-06-01 19:03:11 -0700
committerCommit bot <commit-bot@chromium.org>2015-06-02 02:03:31 +0000
commit598fe01c9e5def720a166cf2fc7f6ce137e0649e (patch)
tree12e0ff9f942c3ceb443f0aa9547ed803c7bfa36e /win8
parentf806c361360bf10589af6914b0f584a0669dc6a1 (diff)
downloadchromium_src-598fe01c9e5def720a166cf2fc7f6ce137e0649e.zip
chromium_src-598fe01c9e5def720a166cf2fc7f6ce137e0649e.tar.gz
chromium_src-598fe01c9e5def720a166cf2fc7f6ce137e0649e.tar.bz2
Remove Unactionable or Low Jank USER32 Instrumentation
USER32 calls generally do not have an SLA on returning promptly. They do however, generally need to be called on the thread that created the hwnd. There's not much we can do with these calls. BUG=470226 Review URL: https://codereview.chromium.org/1163863003 Cr-Commit-Position: refs/heads/master@{#332322}
Diffstat (limited to 'win8')
-rw-r--r--win8/metro_driver/metro_driver_win7.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/win8/metro_driver/metro_driver_win7.cc b/win8/metro_driver/metro_driver_win7.cc
index d34c1e0..9c4b90d 100644
--- a/win8/metro_driver/metro_driver_win7.cc
+++ b/win8/metro_driver/metro_driver_win7.cc
@@ -1001,10 +1001,6 @@ class CoreWindowEmulation
LRESULT CALLBACK WndProc(HWND hwnd, UINT message,
WPARAM wparam, LPARAM lparam) {
- // TODO(vadimt): Remove ScopedTracker below once crbug.com/440919 is fixed.
- tracked_objects::ScopedTracker tracking_profile(
- FROM_HERE_WITH_EXPLICIT_FUNCTION("440919 MetroDriver WndProc"));
-
PAINTSTRUCT ps;
HDC hdc;
switch (message) {