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

Unified Diff: chrome/browser/ui/bookmarks/bookmark_utils.h

Issue 1697223002: Remove HostDesktopType from c/b/ui/bookmarks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@metro-mode-21
Patch Set: #else and mac Created 4 years, 10 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/bookmarks/bookmark_utils.h
diff --git a/chrome/browser/ui/bookmarks/bookmark_utils.h b/chrome/browser/ui/bookmarks/bookmark_utils.h
index 50b8f38e8f2f8c5490cc4e68cc39087538d6c42f..c8af0e76f279d545935510ce5cc3e2eb8d97bdf0 100644
--- a/chrome/browser/ui/bookmarks/bookmark_utils.h
+++ b/chrome/browser/ui/bookmarks/bookmark_utils.h
@@ -63,13 +63,10 @@ base::string16 FormatBookmarkURLForDisplay(const GURL& url,
// Returns whether the Apps shortcut is enabled. If true, then the visibility
// of the Apps shortcut should be controllable via an item in the bookmark
// context menu.
-bool IsAppsShortcutEnabled(Profile* profile,
- chrome::HostDesktopType host_desktop_type);
+bool IsAppsShortcutEnabled(Profile* profile);
// Returns true if the Apps shortcut should be displayed in the bookmark bar.
-bool ShouldShowAppsShortcutInBookmarkBar(
- Profile* profile,
- chrome::HostDesktopType host_desktop_type);
+bool ShouldShowAppsShortcutInBookmarkBar(Profile* profile);
// Whether the menu item and shortcut to bookmark a page should be removed from
// the user interface.
« no previous file with comments | « chrome/browser/ui/bookmarks/bookmark_context_menu_controller.cc ('k') | chrome/browser/ui/bookmarks/bookmark_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698