Index: ash/test/ash_test_base.h |
diff --git a/ash/test/ash_test_base.h b/ash/test/ash_test_base.h |
index deebefa6e0e527997701253212710e94a7e7b0bb..d45e21f0a935032358330b2041c847a211897b00 100644 |
--- a/ash/test/ash_test_base.h |
+++ b/ash/test/ash_test_base.h |
@@ -138,6 +138,8 @@ class AshTestBase : public testing::Test { |
void BlockUserSession(UserSessionBlockReason block_reason); |
void UnblockUserSession(); |
+ void DisableIME(); |
+ |
private: |
bool setup_called_; |
bool teardown_called_; |