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

Side by Side Diff: content/browser/devtools/devtools_manager_unittest.cc

Issue 559933003: [DevTools] Rename DevToolsManagerImpl to DevToolsManager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 #include "base/basictypes.h" 5 #include "base/basictypes.h"
6 #include "base/memory/scoped_ptr.h" 6 #include "base/memory/scoped_ptr.h"
7 #include "base/time/time.h" 7 #include "base/time/time.h"
8 #include "content/browser/devtools/devtools_manager_impl.h" 8 #include "content/browser/devtools/devtools_manager.h"
9 #include "content/browser/devtools/render_view_devtools_agent_host.h" 9 #include "content/browser/devtools/render_view_devtools_agent_host.h"
10 #include "content/common/view_messages.h" 10 #include "content/common/view_messages.h"
11 #include "content/public/browser/content_browser_client.h" 11 #include "content/public/browser/content_browser_client.h"
12 #include "content/public/browser/devtools_agent_host.h" 12 #include "content/public/browser/devtools_agent_host.h"
13 #include "content/public/browser/devtools_external_agent_proxy.h" 13 #include "content/public/browser/devtools_external_agent_proxy.h"
14 #include "content/public/browser/devtools_external_agent_proxy_delegate.h" 14 #include "content/public/browser/devtools_external_agent_proxy_delegate.h"
15 #include "content/public/browser/web_contents_delegate.h" 15 #include "content/public/browser/web_contents_delegate.h"
16 #include "content/test/test_content_browser_client.h" 16 #include "content/test/test_content_browser_client.h"
17 #include "content/test/test_render_view_host.h" 17 #include "content/test/test_render_view_host.h"
18 #include "content/test/test_web_contents.h" 18 #include "content/test/test_web_contents.h"
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 TestDevToolsClientHost client_host; 233 TestDevToolsClientHost client_host;
234 client_host.InspectAgentHost(agent_host.get()); 234 client_host.InspectAgentHost(agent_host.get());
235 agent_host->DispatchProtocolMessage("message1"); 235 agent_host->DispatchProtocolMessage("message1");
236 agent_host->DispatchProtocolMessage("message2"); 236 agent_host->DispatchProtocolMessage("message2");
237 agent_host->DispatchProtocolMessage("message2"); 237 agent_host->DispatchProtocolMessage("message2");
238 238
239 client_host.Close(); 239 client_host.Close();
240 } 240 }
241 241
242 } // namespace content 242 } // namespace content
OLDNEW
« no previous file with comments | « content/browser/devtools/devtools_manager_impl.cc ('k') | content/browser/devtools/embedded_worker_devtools_agent_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698