Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(37)

Unified Diff: chrome/browser/chromeos/profiles/avatar_menu_chromeos.cc

Issue 660813002: [Win] Add a fast profile switcher to the Windows taskbar item. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: commas. commas are important Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/jumplist_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
-}
« no previous file with comments | « no previous file | chrome/browser/jumplist_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698