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

Unified Diff: blimp/client/test/contents/mock_blimp_contents_observer.h

Issue 2624903006: Remove all blimp client code. (Closed)
Patch Set: Update buildbot configuration Created 3 years, 11 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
Index: blimp/client/test/contents/mock_blimp_contents_observer.h
diff --git a/blimp/client/test/contents/mock_blimp_contents_observer.h b/blimp/client/test/contents/mock_blimp_contents_observer.h
deleted file mode 100644
index 8bbfc9fcb73e6a3d358db6f3fee4cf3ec8779d06..0000000000000000000000000000000000000000
--- a/blimp/client/test/contents/mock_blimp_contents_observer.h
+++ /dev/null
@@ -1,28 +0,0 @@
-// Copyright 2016 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 BLIMP_CLIENT_TEST_CONTENTS_MOCK_BLIMP_CONTENTS_OBSERVER_H_
-#define BLIMP_CLIENT_TEST_CONTENTS_MOCK_BLIMP_CONTENTS_OBSERVER_H_
-
-#include "blimp/client/public/contents/blimp_contents_observer.h"
-#include "testing/gmock/include/gmock/gmock.h"
-
-namespace blimp {
-namespace client {
-
-class MockBlimpContentsObserver : public BlimpContentsObserver {
- public:
- explicit MockBlimpContentsObserver(BlimpContents* contents);
- ~MockBlimpContentsObserver() override;
-
- MOCK_METHOD0(OnNavigationStateChanged, void());
- MOCK_METHOD1(OnLoadingStateChanged, void(bool loading));
- MOCK_METHOD1(OnPageLoadingStateChanged, void(bool loading));
- MOCK_METHOD0(OnContentsDestroyed, void());
-};
-
-} // namespace client
-} // namespace blimp
-
-#endif // BLIMP_CLIENT_TEST_CONTENTS_MOCK_BLIMP_CONTENTS_OBSERVER_H_

Powered by Google App Engine
This is Rietveld 408576698