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

Unified Diff: chrome/browser/ui/webui/options2/browser_options_handler2.h

Issue 9317002: Make the auto-launch experiment profile-aware. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Uploading again post gclient sync (no other changes) Created 8 years, 11 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/options2/browser_options_handler2.h
===================================================================
--- chrome/browser/ui/webui/options2/browser_options_handler2.h (revision 119922)
+++ chrome/browser/ui/webui/options2/browser_options_handler2.h (working copy)
@@ -82,8 +82,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);
- 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.

Powered by Google App Engine
This is Rietveld 408576698