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

Unified Diff: content/plugin/webplugin_delegate_stub.h

Issue 8174005: Get Chrome to build & link with USE_AURA on Windows again. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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: content/plugin/webplugin_delegate_stub.h
===================================================================
--- content/plugin/webplugin_delegate_stub.h (revision 104318)
+++ content/plugin/webplugin_delegate_stub.h (working copy)
@@ -81,7 +81,7 @@
void OnGetFormValue(string16* value, bool* success);
void OnSetContentAreaFocus(bool has_focus);
-#if defined(OS_WIN)
+#if defined(OS_WIN) && !defined(USE_AURA)
void OnImeCompositionUpdated(const string16& text,
const std::vector<int>& clauses,
const std::vector<int>& target,
« no previous file with comments | « content/browser/renderer_host/render_message_filter_aura.cc ('k') | content/plugin/webplugin_delegate_stub.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698