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

Unified Diff: chrome/browser/app_icon_win.h

Issue 2098713003: Moved a bunch of win-specific files to the new win folder in chrome/browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 6 months 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 | « chrome/browser/OWNERS ('k') | chrome/browser/app_icon_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/app_icon_win.h
diff --git a/chrome/browser/app_icon_win.h b/chrome/browser/app_icon_win.h
deleted file mode 100644
index 9be98c57dd62be39028b370365f3fa2e7d635bf0..0000000000000000000000000000000000000000
--- a/chrome/browser/app_icon_win.h
+++ /dev/null
@@ -1,29 +0,0 @@
-// Copyright (c) 2011 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.
-
-#ifndef CHROME_BROWSER_APP_ICON_WIN_H_
-#define CHROME_BROWSER_APP_ICON_WIN_H_
-
-#include <windows.h>
-
-#include <memory>
-
-namespace gfx {
-class ImageFamily;
-class Size;
-}
-
-class SkBitmap;
-
-HICON GetAppIcon();
-HICON GetSmallAppIcon();
-
-gfx::Size GetAppIconSize();
-gfx::Size GetSmallAppIconSize();
-
-// Retrieve the application icon for the current process. This returns all of
-// the different sizes of the icon as an ImageFamily.
-std::unique_ptr<gfx::ImageFamily> GetAppIconImageFamily();
-
-#endif // CHROME_BROWSER_APP_ICON_WIN_H_
« no previous file with comments | « chrome/browser/OWNERS ('k') | chrome/browser/app_icon_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698