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

Unified Diff: content/browser/renderer_host/text_input_manager.h

Issue 2054163003: Fix SitePerProcessTextInputManagerTest.StopTrackingCrashedChildFrame on CFI Bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing sky@'s comments Created 4 years, 6 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/browser/renderer_host/text_input_manager.h
diff --git a/content/browser/renderer_host/text_input_manager.h b/content/browser/renderer_host/text_input_manager.h
index 39309a58342d79e126b7b0ad9d279d5f2ec8cbad..b7ba1dcc335fbdae503fbdff08f83880568a8290 100644
--- a/content/browser/renderer_host/text_input_manager.h
+++ b/content/browser/renderer_host/text_input_manager.h
@@ -86,12 +86,11 @@ class CONTENT_EXPORT TextInputManager {
void RemoveObserver(Observer* observer);
RenderWidgetHostViewBase* active_view_for_testing() { return active_view_; }
+ size_t GetRegisteredViewsCountForTesting();
+ ui::TextInputType GetTextInputTypeForViewForTesting(
+ RenderWidgetHostViewBase* view);
private:
- friend bool GetTextInputTypeForView(WebContents* web_contents,
- RenderWidgetHostView* view,
- ui::TextInputType* type);
-
void NotifyObserversAboutInputStateUpdate(RenderWidgetHostViewBase* view,
bool did_update_state);

Powered by Google App Engine
This is Rietveld 408576698