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

Unified Diff: chrome/browser/chromeos/login/utils.h

Issue 1256004: In process browser test for login screen. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 9 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 | « chrome/browser/chromeos/login/login_utils.cc ('k') | chrome/browser/chromeos/login/utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/utils.h
===================================================================
--- chrome/browser/chromeos/login/utils.h (revision 42738)
+++ chrome/browser/chromeos/login/utils.h (working copy)
@@ -1,35 +0,0 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CHROME_BROWSER_CHROMEOS_LOGIN_UTILS_H_
-#define CHROME_BROWSER_CHROMEOS_LOGIN_UTILS_H_
-
-#include <string>
-#include <vector>
-
-class Authenticator;
-class LoginStatusConsumer;
-
-namespace views {
-class Widget;
-}
-
-namespace chromeos {
-
-namespace login_utils {
-
-// Invoked after the user has successfully logged in. This launches a browser
-// and does other bookkeeping after logging in.
-void CompleteLogin(const std::string& username,
- std::vector<std::string> cookies);
-
-// Creates and returns the authenticator to use. The caller owns the returned
-// Authenticator and must delete it when done.
-Authenticator* CreateAuthenticator(LoginStatusConsumer* consumer);
-
-} // namespace login_utils
-
-} // namespace chromeos
-
-#endif // CHROME_BROWSER_CHROMEOS_LOGIN_UTILS_H_
« no previous file with comments | « chrome/browser/chromeos/login/login_utils.cc ('k') | chrome/browser/chromeos/login/utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698