| Index: chrome/browser/chromeos/profiles/avatar_menu_chromeos.cc
|
| diff --git a/chrome/browser/chromeos/profiles/avatar_menu_chromeos.cc b/chrome/browser/chromeos/profiles/avatar_menu_chromeos.cc
|
| deleted file mode 100644
|
| index 7b1ff3096bbe6ae517134e4f2c66aad51eaf1c62..0000000000000000000000000000000000000000
|
| --- a/chrome/browser/chromeos/profiles/avatar_menu_chromeos.cc
|
| +++ /dev/null
|
| @@ -1,20 +0,0 @@
|
| -// Copyright 2013 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/profiles/avatar_menu.h"
|
| -
|
| -#include <string>
|
| -
|
| -#include "ash/frame/frame_util.h"
|
| -#include "chrome/browser/profiles/profile.h"
|
| -#include "ui/gfx/image/image.h"
|
| -
|
| -// static
|
| -void AvatarMenu::GetImageForMenuButton(Profile* profile,
|
| - gfx::Image* image,
|
| - bool* is_rectangle) {
|
| - // ChromeOS avatar icon is circular.
|
| - *is_rectangle = false;
|
| - *image = ash::GetAvatarImageForContext(profile);
|
| -}
|
|
|