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

Unified Diff: content/renderer/external_popup_menu.h

Issue 1992393002: Enable external popup menu in Blimp, part 1/2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/external_popup_menu.h
diff --git a/content/renderer/external_popup_menu.h b/content/renderer/external_popup_menu.h
index 0d99eb7e6d97ba40aa97e5a4f7bcde6b02434262..450444e44465b2c62eb23e0445300b8e501fd3cd 100644
--- a/content/renderer/external_popup_menu.h
+++ b/content/renderer/external_popup_menu.h
@@ -37,7 +37,7 @@ class ExternalPopupMenu : public blink::WebExternalPopupMenu {
void DidSelectItem(int selected_index);
#endif
-#if defined(OS_ANDROID)
+#if defined(USE_EXTERNAL_POPUP_MENU) && !defined(OS_MACOSX)
// Called when the user has selected items or canceled the popup.
void DidSelectItems(bool canceled, const std::vector<int>& selected_indices);
#endif

Powered by Google App Engine
This is Rietveld 408576698