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

Unified Diff: webkit/glue/mock_weburlloader_impl.h

Issue 5619002: Revert 68094 - Refactoring BufferedDataSource to work with WebURLLoader inste... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 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 | « webkit/glue/mock_webframe.h ('k') | webkit/glue/multipart_response_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/mock_weburlloader_impl.h
===================================================================
--- webkit/glue/mock_weburlloader_impl.h (revision 68125)
+++ webkit/glue/mock_weburlloader_impl.h (working copy)
@@ -1,36 +0,0 @@
-// Copyright (c) 2010 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 WEBKIT_GLUE_MOCK_WEBURLLOADER_IMPL_H_
-#define WEBKIT_GLUE_MOCK_WEBURLLOADER_IMPL_H_
-
-#include "testing/gmock/include/gmock/gmock.h"
-#include "webkit/glue/weburlloader_impl.h"
-
-namespace webkit_glue {
-
-class MockWebURLLoader : public WebKit::WebURLLoader {
- public:
- MockWebURLLoader() {
- }
-
- virtual ~MockWebURLLoader() {
- }
-
- MOCK_METHOD4(loadSynchronously, void(const WebKit::WebURLRequest& request,
- WebKit::WebURLResponse& response,
- WebKit::WebURLError& error,
- WebKit::WebData& data));
- MOCK_METHOD2(loadAsynchronously, void(const WebKit::WebURLRequest& request,
- WebKit::WebURLLoaderClient* client));
- MOCK_METHOD0(cancel, void());
- MOCK_METHOD1(setDefersLoading, void(bool value));
-
- private:
- DISALLOW_COPY_AND_ASSIGN(MockWebURLLoader);
-};
-
-} // namespace webkit_glue
-
-#endif // WEBKIT_GLUE_MOCK_WEBURLLOADER_IMPL_H_
« no previous file with comments | « webkit/glue/mock_webframe.h ('k') | webkit/glue/multipart_response_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698