diff options
author | mtytel@chromium.org <mtytel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-24 01:34:15 +0000 |
---|---|---|
committer | mtytel@chromium.org <mtytel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-24 01:34:15 +0000 |
commit | e3c0bc2ff182bfe27448b3ad590e91f6f9626f1c (patch) | |
tree | 06f394bc5aea2c911d2c44cb1a31dd1cec2c23f1 /chrome/browser/background/background_application_list_model.h | |
parent | bc95a82163a28b9bf5b17685321a9bf8d6b55113 (diff) | |
download | chromium_src-e3c0bc2ff182bfe27448b3ad590e91f6f9626f1c.zip chromium_src-e3c0bc2ff182bfe27448b3ad590e91f6f9626f1c.tar.gz chromium_src-e3c0bc2ff182bfe27448b3ad590e91f6f9626f1c.tar.bz2 |
Support for 512px and 256px icons in extensions
BUG=63406
TEST=Install an extension with only a 256x256 or 512x512 icon
Review URL: http://codereview.chromium.org/9025034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123391 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/background/background_application_list_model.h')
-rw-r--r-- | chrome/browser/background/background_application_list_model.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/browser/background/background_application_list_model.h b/chrome/browser/background/background_application_list_model.h index 44248c8..8e7b798 100644 --- a/chrome/browser/background/background_application_list_model.h +++ b/chrome/browser/background/background_application_list_model.h @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 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. @@ -55,7 +55,8 @@ class BackgroundApplicationListModel : public content::NotificationObserver { // // NOTE: The model manages the SkBitmap result, that is it "owns" the memory, // releasing it if the associated background application is unloaded. - // NOTE: All icons are currently sized as Extension::EXTENSION_ICON_BITTY. + // NOTE: All icons are currently sized as + // ExtensionIconSet::EXTENSION_ICON_BITTY. const SkBitmap* GetIcon(const Extension* extension); // Return the position of |extension| within this list model. |