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

Unified Diff: chrome/browser/ui/chrome_pages.cc

Issue 1779793003: Remove host_desktop_type() from browser.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@metro-mode-43
Patch Set: cros Created 4 years, 9 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/ui/browser_navigator_params.cc ('k') | chrome/browser/ui/toolbar/app_menu_model.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/chrome_pages.cc
diff --git a/chrome/browser/ui/chrome_pages.cc b/chrome/browser/ui/chrome_pages.cc
index bbb1267891f8a38ac2afbce65ed5f8d15fa3d2ce..ad3ffeeb84087a2715df9807fe941489a61df82f 100644
--- a/chrome/browser/ui/chrome_pages.cc
+++ b/chrome/browser/ui/chrome_pages.cc
@@ -202,8 +202,7 @@ void ShowConflicts(Browser* browser) {
}
void ShowHelp(Browser* browser, HelpSource source) {
- ShowHelpImpl(
- browser, browser->profile(), browser->host_desktop_type(), source);
+ ShowHelpImpl(browser, browser->profile(), HOST_DESKTOP_TYPE_NATIVE, source);
}
void ShowHelpForProfile(Profile* profile,
« no previous file with comments | « chrome/browser/ui/browser_navigator_params.cc ('k') | chrome/browser/ui/toolbar/app_menu_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698