| Index: trunk/src/chrome/browser/chromeos/login/signin_specifics.cc
|
| ===================================================================
|
| --- trunk/src/chrome/browser/chromeos/login/signin_specifics.cc (revision 275547)
|
| +++ trunk/src/chrome/browser/chromeos/login/signin_specifics.cc (working copy)
|
| @@ -1,14 +0,0 @@
|
| -// Copyright 2014 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.
|
| -
|
| -#include "chrome/browser/chromeos/login/signin_specifics.h"
|
| -
|
| -namespace chromeos {
|
| -
|
| -SigninSpecifics::SigninSpecifics()
|
| - : guest_mode_url_append_locale(false),
|
| - kiosk_diagnostic_mode(false) {
|
| -}
|
| -
|
| -} // namespace chromeos
|
|
|