blob: bcf90deb9463070fd9a531dc1ef397de9037f4c7 [file] [log] [blame]
// 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/screens/gaia_screen.h"
#include "chrome/browser/chromeos/login/screens/gaia_view.h"
namespace chromeos {
void GaiaScreen::MaybePreloadAuthExtension() {
view_->MaybePreloadAuthExtension();
}
} // namespace chromeos