Chromium Code Reviews| Index: chrome/browser/ui/webui/options/browser_options_handler.h |
| =================================================================== |
| --- chrome/browser/ui/webui/options/browser_options_handler.h (revision 119922) |
| +++ chrome/browser/ui/webui/options/browser_options_handler.h (working copy) |
| @@ -98,8 +98,9 @@ |
| // 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. |
| + void CheckAutoLaunch(base::WeakPtr<BrowserOptionsHandler> weak_this, |
| + const FilePath& profile_path); |
|
James Hawkins
2012/02/06 21:08:01
Document |profile_path|.
|
| - void CheckAutoLaunch(base::WeakPtr<BrowserOptionsHandler> weak_this); |
| // 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. |