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

Unified Diff: content/renderer/render_widget.h

Issue 1234193002: Simplify InputMethodWin initialization. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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/render_widget.h
diff --git a/content/renderer/render_widget.h b/content/renderer/render_widget.h
index f62a383d674f52790a09defbc88e0a4915a40795..06d9f07e25c359c644ae19e4a57d9b35d571c8c2 100644
--- a/content/renderer/render_widget.h
+++ b/content/renderer/render_widget.h
@@ -439,7 +439,6 @@ class CONTENT_EXPORT RenderWidget
void OnCreateVideoAck(int32 video_id);
void OnUpdateVideoAck(int32 video_id);
void OnRequestMoveAck();
- void OnSetInputMethodActive(bool is_active);
virtual void OnImeSetComposition(
const base::string16& text,
const std::vector<blink::WebCompositionUnderline>& underlines,
@@ -712,9 +711,6 @@ class CONTENT_EXPORT RenderWidget
// Whether this RenderWidget is for an out-of-process iframe or not.
bool for_oopif_;
- // Indicates if an input method is active in the browser process.
- bool input_method_is_active_;
-
// Stores information about the current text input.
blink::WebTextInputInfo text_input_info_;

Powered by Google App Engine
This is Rietveld 408576698