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

Unified Diff: content/renderer/ime_event_guard.h

Issue 1278593004: Introduce ThreadedInputConnection behind a switch (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removed ImeTest#testDoesNotHang_rendererCrashes which does not test anything Created 4 years, 10 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: content/renderer/ime_event_guard.h
diff --git a/content/renderer/ime_event_guard.h b/content/renderer/ime_event_guard.h
index c3854b175393dc7d214f62d2352eeac84bd5464e..6d6991214e420200c594b07cb18addc14d5c0025 100644
--- a/content/renderer/ime_event_guard.h
+++ b/content/renderer/ime_event_guard.h
@@ -13,7 +13,6 @@ class RenderWidget;
class ImeEventGuard {
public:
explicit ImeEventGuard(RenderWidget* widget);
- ImeEventGuard(RenderWidget* widget, bool show_ime, bool from_ime);
~ImeEventGuard();
bool show_ime() const { return show_ime_; }

Powered by Google App Engine
This is Rietveld 408576698