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

Unified Diff: blimp/client/feature/mock_ime_feature_delegate.h

Issue 2251223002: blimp: Moved ImeFeature to blimp/client/core/contents (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « blimp/client/feature/ime_feature.cc ('k') | blimp/client/feature/mock_ime_feature_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/feature/mock_ime_feature_delegate.h
diff --git a/blimp/client/feature/mock_ime_feature_delegate.h b/blimp/client/feature/mock_ime_feature_delegate.h
deleted file mode 100644
index 66b11e66a2525b4df5351a11cfda5d38e631eb71..0000000000000000000000000000000000000000
--- a/blimp/client/feature/mock_ime_feature_delegate.h
+++ /dev/null
@@ -1,29 +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_FEATURE_MOCK_IME_FEATURE_DELEGATE_H_
-#define BLIMP_CLIENT_FEATURE_MOCK_IME_FEATURE_DELEGATE_H_
-
-#include <string>
-
-#include "blimp/client/feature/ime_feature.h"
-#include "testing/gmock/include/gmock/gmock.h"
-
-namespace blimp {
-namespace client {
-
-class MockImeFeatureDelegate : public client::ImeFeature::Delegate {
- public:
- MockImeFeatureDelegate();
- ~MockImeFeatureDelegate() override;
-
- MOCK_METHOD2(OnShowImeRequested,
- void(ui::TextInputType input_type, const std::string& text));
- MOCK_METHOD0(OnHideImeRequested, void());
-};
-
-} // namespace client
-} // namespace blimp
-
-#endif // BLIMP_CLIENT_FEATURE_MOCK_IME_FEATURE_DELEGATE_H_
« no previous file with comments | « blimp/client/feature/ime_feature.cc ('k') | blimp/client/feature/mock_ime_feature_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698