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

Unified Diff: chrome/test/base/use_interactive_test_case.cc

Issue 2382963002: Views: Add two disabled tests for invoking the CC unmask prompt dialog. (Closed)
Patch Set: Rebase Created 4 years, 2 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: chrome/test/base/use_interactive_test_case.cc
diff --git a/components/spellcheck/common/spellcheck_message_generator.h b/chrome/test/base/use_interactive_test_case.cc
similarity index 51%
copy from components/spellcheck/common/spellcheck_message_generator.h
copy to chrome/test/base/use_interactive_test_case.cc
index 0876034c524de64af94517fbb0eec76d791d33fb..11ea90d7092f8de3f0de2f68a895e6b2f4f8eaa0 100644
--- a/components/spellcheck/common/spellcheck_message_generator.h
+++ b/chrome/test/base/use_interactive_test_case.cc
@@ -2,8 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// Multiply-included file, hence no include guard.
+#include "chrome/test/base/use_interactive_test_case.h"
-#if defined(ENABLE_SPELLCHECK)
-#include "components/spellcheck/common/spellcheck_messages.h"
+#include "base/run_loop.h"
+
+#if !defined(OS_MACOSX)
+void RunTestInteractively() {
+ base::RunLoop().Run();
+}
#endif

Powered by Google App Engine
This is Rietveld 408576698