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

Unified Diff: chrome/browser/ui/toolbar/bookmark_sub_menu_model.h

Issue 231733005: Delete the GTK+ port of Chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remerge to ToT Created 6 years, 8 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: chrome/browser/ui/toolbar/bookmark_sub_menu_model.h
diff --git a/chrome/browser/ui/toolbar/bookmark_sub_menu_model.h b/chrome/browser/ui/toolbar/bookmark_sub_menu_model.h
index d1e7b0c7fb6d07f1e3dd6f89cee9a71f2de410cf..962482276dc6580ed40a26a8cec9494af3acfb33 100644
--- a/chrome/browser/ui/toolbar/bookmark_sub_menu_model.h
+++ b/chrome/browser/ui/toolbar/bookmark_sub_menu_model.h
@@ -8,14 +8,6 @@
// For views and cocoa, we have complex delegate systems to handle
// injecting the bookmarks to the bookmark submenu. This is done to support
// advanced interactions with the menu contents, like right click context menus.
-// For the time being on GTK systems, we have a dedicated bookmark menu model in
-// chrome/browser/ui/gtk/bookmark_sub_menu_model_gtk.h instead.
-
-#if defined(TOOLKIT_GTK)
-
-#include "chrome/browser/ui/gtk/bookmarks/bookmark_sub_menu_model_gtk.h"
-
-#else // defined(TOOLKIT_GTK)
#include "ui/base/models/simple_menu_model.h"
@@ -33,6 +25,4 @@ class BookmarkSubMenuModel : public ui::SimpleMenuModel {
DISALLOW_COPY_AND_ASSIGN(BookmarkSubMenuModel);
};
-#endif // defined(TOOLKIT_GTK)
-
#endif // CHROME_BROWSER_UI_TOOLBAR_BOOKMARK_SUB_MENU_MODEL_H_

Powered by Google App Engine
This is Rietveld 408576698