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

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

Issue 171533007: Revert 251503 "Implement inline signin with iframe" (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1847/src/
Patch Set: Created 6 years, 10 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.h
===================================================================
--- chrome/browser/ui/webui/signin/inline_login_handler.h (revision 251944)
+++ chrome/browser/ui/webui/signin/inline_login_handler.h (working copy)
@@ -22,7 +22,7 @@
enum AuthMode {
kDefaultAuthMode = 0,
kOfflineAuthMode = 1,
- kDesktopAuthMode = 2
+ kInlineAuthMode = 2
};
private:
« no previous file with comments | « chrome/browser/resources/inline_login/inline_login.js ('k') | chrome/browser/ui/webui/signin/inline_login_handler_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698