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

Unified Diff: chrome/browser/ui/auto_login_prompter.h

Issue 10800074: Making AutoLoginPrompter::ParseAutoLoginHeader public. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
Peter Kasting 2012/07/23 18:09:31 Nit: If you change the declaration order, you need
qsr 2012/07/24 07:02:19 Done.
+
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_;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698