| Index: chrome/browser/chromeos/chrome_browser_main_chromeos.cc
|
| diff --git a/chrome/browser/chromeos/chrome_browser_main_chromeos.cc b/chrome/browser/chromeos/chrome_browser_main_chromeos.cc
|
| index 1043798c94606fe5acc19635a9d406ded16909d4..bcee310c7804c8f4e5a478f714f8fe5ceb5f908f 100644
|
| --- a/chrome/browser/chromeos/chrome_browser_main_chromeos.cc
|
| +++ b/chrome/browser/chromeos/chrome_browser_main_chromeos.cc
|
| @@ -169,10 +169,6 @@ class StubLogin : public chromeos::LoginStatusConsumer,
|
| bool profile_prepared_;
|
| };
|
|
|
| -// Allows authenticator to be invoked without adding refcounting. The instances
|
| -// will delete themselves upon completion.
|
| -DISABLE_RUNNABLE_METHOD_REFCOUNT(StubLogin);
|
| -
|
| void OptionallyRunChromeOSLoginManager(const CommandLine& parsed_command_line,
|
| Profile* profile) {
|
| if (parsed_command_line.HasSwitch(switches::kLoginManager)) {
|
|
|