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

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

Issue 1432033003: Delete the auto-launch trial. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: +line break Created 5 years, 1 month 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/browser_options_handler.h
diff --git a/chrome/browser/ui/webui/options/browser_options_handler.h b/chrome/browser/ui/webui/options/browser_options_handler.h
index 4acd11f880b651b57dec1fc516600e48b3e33c7b..5be2d44ea5512dd60d5ce95c6722792acfe5b163 100644
--- a/chrome/browser/ui/webui/options/browser_options_handler.h
+++ b/chrome/browser/ui/webui/options/browser_options_handler.h
@@ -164,23 +164,6 @@ class BrowserOptionsHandler
// Sets the search engine at the given index to be default. Called from WebUI.
void SetDefaultSearchEngine(const base::ListValue* args);
- // Enables/disables auto-launching of Chrome on computer startup.
- void ToggleAutoLaunch(const base::ListValue* args);
-
- // Checks (on the file thread) whether the user is in the auto-launch trial
- // and whether Chrome is set to auto-launch at login. Gets a reply on the UI
- // thread (see CheckAutoLaunchCallback). A weak pointer to this is passed in
- // as a parameter to avoid the need to lock between this function and the
- // destructor. |profile_path| is the full path to the current profile.
- static void CheckAutoLaunch(base::WeakPtr<BrowserOptionsHandler> weak_this,
- const base::FilePath& profile_path);
-
- // Sets up (on the UI thread) the necessary bindings for toggling auto-launch
- // (if the user is part of the auto-launch and makes sure the HTML UI knows
- // whether Chrome will auto-launch at login.
- void CheckAutoLaunchCallback(bool is_in_auto_launch_group,
- bool will_launch_at_login);
-
// Returns the string ID for the given default browser state.
int StatusStringIdForState(ShellIntegration::DefaultWebClientState state);
« no previous file with comments | « chrome/browser/ui/startup/startup_browser_creator_impl.cc ('k') | chrome/browser/ui/webui/options/browser_options_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698