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

Unified Diff: content/shell/layout_test_controller.h

Issue 10860037: [content shell] rename layout_test_controller{,_host,_bindings}.* to webkit_test_runner (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: patch for landing Created 8 years, 4 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 | « content/content_shell.gypi ('k') | content/shell/layout_test_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/layout_test_controller.h
diff --git a/content/shell/layout_test_controller.h b/content/shell/layout_test_controller.h
deleted file mode 100644
index 6491a7c867055ee4ecca4837a6d1909beb1f4837..0000000000000000000000000000000000000000
--- a/content/shell/layout_test_controller.h
+++ /dev/null
@@ -1,33 +0,0 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CONTENT_SHELL_LAYOUT_TEST_CONTROLLER_H_
-#define CONTENT_SHELL_LAYOUT_TEST_CONTROLLER_H_
-
-#include "content/public/renderer/render_view_observer.h"
-
-namespace content {
-
-// This is the renderer side of the layout test controller.
-class LayoutTestController : public RenderViewObserver {
- public:
- explicit LayoutTestController(RenderView* render_view);
- virtual ~LayoutTestController();
-
- // RenderViewObserver implementation.
- virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
- virtual void DidClearWindowObject(WebKit::WebFrame* frame) OVERRIDE;
- virtual void DidFinishLoad(WebKit::WebFrame* frame) OVERRIDE;
-
- private:
- // Message handlers.
- void OnCaptureTextDump(bool as_text, bool printing, bool recursive);
- void OnCaptureImageDump(const std::string& expected_pixel_hash);
-
- DISALLOW_COPY_AND_ASSIGN(LayoutTestController);
-};
-
-} // namespace content
-
-#endif // CONTENT_SHELL_LAYOUT_TEST_CONTROLLER_H_
« no previous file with comments | « content/content_shell.gypi ('k') | content/shell/layout_test_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698