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

Unified Diff: chrome/browser/ui/webui/options/options_handlers_helper.h

Issue 1686833003: Remove HostDesktopType from profiles (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@metro-mode-16
Patch Set: desktop linux 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/webui/options/options_handlers_helper.h
diff --git a/chrome/browser/ui/webui/options/options_handlers_helper.h b/chrome/browser/ui/webui/options/options_handlers_helper.h
index 493db5e3ca064fd727366695ce41b403b98f3f3b..9eca89e045fe3162adc8181b1e36f797ace2542f 100644
--- a/chrome/browser/ui/webui/options/options_handlers_helper.h
+++ b/chrome/browser/ui/webui/options/options_handlers_helper.h
@@ -16,12 +16,7 @@ class WebUI;
namespace options {
namespace helper {
-// Returns the current desktop type.
-chrome::HostDesktopType GetDesktopType(content::WebUI* web_ui);
-
-void OpenNewWindowForProfile(chrome::HostDesktopType desktop_type,
- Profile* profile,
- Profile::CreateStatus status);
+void OpenNewWindowForProfile(Profile* profile, Profile::CreateStatus status);
// Deletes the profile at the given |file_path|.
void DeleteProfileAtPath(base::FilePath file_path, content::WebUI* web_ui);
« no previous file with comments | « chrome/browser/ui/webui/options/manage_profile_handler.cc ('k') | chrome/browser/ui/webui/options/options_handlers_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698