| Index: chrome/browser/ui/auto_login_prompter.h
|
| diff --git a/chrome/browser/ui/auto_login_prompter.h b/chrome/browser/ui/auto_login_prompter.h
|
| index 2ce2be4c107ffc7f2a9a0664f99edfa984da5393..546692f4d5f26100c3d5a4308f0a6c5b2f299f0f 100644
|
| --- a/chrome/browser/ui/auto_login_prompter.h
|
| +++ b/chrome/browser/ui/auto_login_prompter.h
|
| @@ -37,6 +37,9 @@ class AutoLoginPrompter : public content::NotificationObserver {
|
| int child_id,
|
| int route_id);
|
|
|
| + // Returns whether parsing succeeded.
|
| + static bool ParseAutoLoginHeader(const std::string& input, Params* output);
|
| +
|
| private:
|
| friend class AutoLoginPrompterTest;
|
|
|
| @@ -54,9 +57,6 @@ class AutoLoginPrompter : public content::NotificationObserver {
|
| const content::NotificationSource& source,
|
| const content::NotificationDetails& details) OVERRIDE;
|
|
|
| - // Returns whether parsing succeeded.
|
| - static bool ParseAutoLoginHeader(const std::string& input, Params* output);
|
| -
|
| content::WebContents* web_contents_;
|
| const Params params_;
|
| content::NotificationRegistrar registrar_;
|
|
|