1 // Copyright 2014 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.
5 // TODO(skuhne): Please remove this file once SessionRestore is in place.
7 #include "athena/main/placeholder.h"
9 #include "athena/resources/grit/athena_resources.h"
10 #include "athena/system/public/system_ui.h"
11 #include "ui/base/resource/resource_bundle.h"
12 #include "ui/gfx/image/image_skia.h"
14 void CreateTestPages(content::BrowserContext
* browser_context
) {
17 void SetupBackgroundImage() {
18 const gfx::ImageSkia wallpaper
= *ui::ResourceBundle::GetSharedInstance()
19 .GetImageSkiaNamed(IDR_ATHENA_BACKGROUND
);
20 athena::SystemUI::Get()->SetBackgroundImage(wallpaper
);