Chromium Code Reviews

Side by Side Diff: chrome/browser/chromeos/login/mock_login_display_host.cc

Issue 12218078: Implement a policy to autologin a public account. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more nits Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | | Annotate | Revision Log
OLDNEW
(Empty)
1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #include "chrome/browser/chromeos/login/mock_login_display_host.h"
6
7 namespace chromeos {
8
9 MockLoginDisplayHost::MockLoginDisplayHost() {
10 }
11
12 MockLoginDisplayHost::~MockLoginDisplayHost() {
13 }
14
15 } // namespace chromeos
OLDNEW

Powered by Google App Engine