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

Unified Diff: chrome/browser/gtk/bookmark_context_menu.h

Issue 199105: Continue with the FreeBSD port - this version builds and links, though... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 3 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
« no previous file with comments | « chrome/browser/extensions/extension_host.h ('k') | chrome/browser/gtk/gtk_theme_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/gtk/bookmark_context_menu.h
===================================================================
--- chrome/browser/gtk/bookmark_context_menu.h (revision 25977)
+++ chrome/browser/gtk/bookmark_context_menu.h (working copy)
@@ -15,7 +15,7 @@
// TODO(port): Port this file.
#if defined(TOOLKIT_VIEWS)
#include "views/controls/menu/menu_delegate.h"
-#elif defined(OS_LINUX)
+#elif defined(USE_X11)
#include "chrome/browser/gtk/menu_gtk.h"
#else
#include "chrome/common/temp_scaffolding_stubs.h"
@@ -31,7 +31,7 @@
class BookmarkContextMenu : public BookmarkModelObserver,
#if defined(TOOLKIT_VIEWS)
public views::MenuDelegate
-#elif defined(OS_LINUX)
+#elif defined(USE_X11)
public MenuGtk::Delegate
#endif
{
@@ -72,7 +72,7 @@
// Returns the menu.
views::MenuItemView* menu() const { return menu_.get(); }
-#elif defined(OS_LINUX)
+#elif defined(USE_X11)
// Pops up this menu. This call doesn't block.
void PopupAsContext(guint32 event_time);
@@ -146,7 +146,7 @@
#if defined(OS_WIN) || defined(TOOLKIT_VIEWS)
scoped_ptr<views::MenuItemView> menu_;
-#elif defined(OS_LINUX)
+#elif defined(USE_X11)
scoped_ptr<MenuGtk> menu_;
#endif
« no previous file with comments | « chrome/browser/extensions/extension_host.h ('k') | chrome/browser/gtk/gtk_theme_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698