| Index: ui/views/test/platform_test_helper.h
|
| diff --git a/ui/views/test/platform_test_helper.h b/ui/views/test/platform_test_helper.h
|
| index fb3ab103da6bd0d6cf054fac5c8449950336b183..a36dd6550ba1a72ac8894318fc54b51fce0486a9 100644
|
| --- a/ui/views/test/platform_test_helper.h
|
| +++ b/ui/views/test/platform_test_helper.h
|
| @@ -34,6 +34,8 @@ class PlatformTestHelper {
|
| // Simulate an OS-level destruction of the native window held by |widget|.
|
| virtual void SimulateNativeDestroy(Widget* widget);
|
|
|
| + virtual void DisableMusInputMethod(Widget* widget) {}
|
| +
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(PlatformTestHelper);
|
| };
|
|
|