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

Unified Diff: Source/WebCore/inspector/front-end/CPUProfileView.js

Issue 11086042: Revert 130484 - Merge 124886 - Web Inspector: Do not disable network tracking while profiling cpu. (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1229/
Patch Set: Created 8 years, 2 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 | Source/WebCore/inspector/front-end/NetworkManager.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/inspector/front-end/CPUProfileView.js
===================================================================
--- Source/WebCore/inspector/front-end/CPUProfileView.js (revision 130858)
+++ Source/WebCore/inspector/front-end/CPUProfileView.js (working copy)
@@ -560,8 +560,10 @@
{
if (this._recording) {
this.stopRecordingProfile();
+ WebInspector.networkManager.enableResourceTracking();
return false;
} else {
+ WebInspector.networkManager.disableResourceTracking();
this.startRecordingProfile();
return true;
}
« no previous file with comments | « no previous file | Source/WebCore/inspector/front-end/NetworkManager.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698