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

Unified Diff: content/browser/devtools/devtools_manager.h

Issue 790723003: [DevTools] Fix DevToolsManagerTest.TestObserver (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 | content/browser/devtools/devtools_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/devtools/devtools_manager.h
diff --git a/content/browser/devtools/devtools_manager.h b/content/browser/devtools/devtools_manager.h
index 979424f1c66fb748565c91c293b769f574a1e90d..caedf01f9dfcb7816f8581eac6cf42603007c8f7 100644
--- a/content/browser/devtools/devtools_manager.h
+++ b/content/browser/devtools/devtools_manager.h
@@ -55,7 +55,7 @@ class CONTENT_EXPORT DevToolsManager {
void AgentHostChanged(scoped_refptr<DevToolsAgentHost> agent_host);
typedef base::Callback<void(base::Closure)> Scheduler;
- void SetSchedulerForTest(Scheduler scheduler);
+ void SetUpForTest(Scheduler scheduler);
private:
friend struct DefaultSingletonTraits<DevToolsManager>;
« no previous file with comments | « no previous file | content/browser/devtools/devtools_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698