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

Side by Side Diff: content/browser/devtools/devtools_power_handler.h

Issue 401703004: Don't Initialize power data provider when client detatched (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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 unified diff | Download patch
« no previous file with comments | « no previous file | content/browser/devtools/devtools_power_handler.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CONTENT_BROWSER_DEVTOOLS_DEVTOOLS_POWER_HANDLER_H_ 5 #ifndef CONTENT_BROWSER_DEVTOOLS_DEVTOOLS_POWER_HANDLER_H_
6 #define CONTENT_BROWSER_DEVTOOLS_DEVTOOLS_POWER_HANDLER_H_ 6 #define CONTENT_BROWSER_DEVTOOLS_DEVTOOLS_POWER_HANDLER_H_
7 7
8 #include "base/time/time.h" 8 #include "base/time/time.h"
9 #include "content/browser/devtools/devtools_protocol.h" 9 #include "content/browser/devtools/devtools_protocol.h"
10 #include "content/browser/power_profiler/power_profiler_observer.h" 10 #include "content/browser/power_profiler/power_profiler_observer.h"
(...skipping 15 matching lines...) Expand all
26 26
27 private: 27 private:
28 scoped_refptr<DevToolsProtocol::Response> OnStart( 28 scoped_refptr<DevToolsProtocol::Response> OnStart(
29 scoped_refptr<DevToolsProtocol::Command> command); 29 scoped_refptr<DevToolsProtocol::Command> command);
30 scoped_refptr<DevToolsProtocol::Response> OnEnd( 30 scoped_refptr<DevToolsProtocol::Response> OnEnd(
31 scoped_refptr<DevToolsProtocol::Command> command); 31 scoped_refptr<DevToolsProtocol::Command> command);
32 scoped_refptr<DevToolsProtocol::Response> OnCanProfilePower( 32 scoped_refptr<DevToolsProtocol::Response> OnCanProfilePower(
33 scoped_refptr<DevToolsProtocol::Command> command); 33 scoped_refptr<DevToolsProtocol::Command> command);
34 scoped_refptr<DevToolsProtocol::Response> OnGetAccuracyLevel( 34 scoped_refptr<DevToolsProtocol::Response> OnGetAccuracyLevel(
35 scoped_refptr<DevToolsProtocol::Command> command); 35 scoped_refptr<DevToolsProtocol::Command> command);
36 bool is_profiling_;
36 37
37 DISALLOW_COPY_AND_ASSIGN(DevToolsPowerHandler); 38 DISALLOW_COPY_AND_ASSIGN(DevToolsPowerHandler);
38 }; 39 };
39 40
40 } // namespace content 41 } // namespace content
41 42
42 #endif // CONTENT_BROWSER_DEVTOOLS_DEVTOOLS_POWER_HANDLER_H_ 43 #endif // CONTENT_BROWSER_DEVTOOLS_DEVTOOLS_POWER_HANDLER_H_
OLDNEW
« no previous file with comments | « no previous file | content/browser/devtools/devtools_power_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698