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

Unified Diff: chrome/browser/ui/webui/signin/inline_login_handler_impl.h

Issue 256623002: Implemented inline login dialog for Chrome OS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge conflicts resolved. Created 6 years, 7 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/signin/inline_login_handler_impl.h
diff --git a/chrome/browser/ui/webui/signin/inline_login_handler_impl.h b/chrome/browser/ui/webui/signin/inline_login_handler_impl.h
index c40f0cea42baee8585e7ef50d102ccb5ec89ee6a..cd7e2a159efeecf9c15975ca50cd6803fb43786f 100644
--- a/chrome/browser/ui/webui/signin/inline_login_handler_impl.h
+++ b/chrome/browser/ui/webui/signin/inline_login_handler_impl.h
@@ -35,13 +35,9 @@ class InlineLoginHandlerImpl : public InlineLoginHandler {
private:
// InlineLoginHandler overrides:
- virtual void RegisterMessages() OVERRIDE;
virtual void SetExtraInitParams(base::DictionaryValue& params) OVERRIDE;
virtual void CompleteLogin(const base::ListValue* args) OVERRIDE;
- // JS callback to switch the UI from a constrainted dialog to a full tab.
- void HandleSwitchToFullTabMessage(const base::ListValue* args);
-
base::WeakPtrFactory<InlineLoginHandlerImpl> weak_factory_;
std::string email_;
std::string password_;
« no previous file with comments | « chrome/browser/ui/webui/signin/inline_login_handler.cc ('k') | chrome/browser/ui/webui/signin/inline_login_handler_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698