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

Unified Diff: content/test/test_render_view_host.h

Issue 780343002: Remove always true guard (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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/test/test_render_view_host.h
diff --git a/content/test/test_render_view_host.h b/content/test/test_render_view_host.h
index 483098359bf749b17a620dcc35ad2c06a11ce254..f5a28682bcd30d29290640a03562fc9c125adc92 100644
--- a/content/test/test_render_view_host.h
+++ b/content/test/test_render_view_host.h
@@ -100,11 +100,9 @@ class TestRenderWidgetHostView : public RenderWidgetHostViewBase {
bool can_compose_inline,
int flags) override {}
void ImeCancelComposition() override {}
-#if defined(OS_MACOSX) || defined(USE_AURA) || defined(OS_ANDROID)
void ImeCompositionRangeChanged(
const gfx::Range& range,
const std::vector<gfx::Rect>& character_bounds) override {}
-#endif
void RenderProcessGone(base::TerminationStatus status,
int error_code) override;
void Destroy() override;
« content/common/input_messages.h ('K') | « content/shell/app/shell_main_delegate.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698