| Index: chrome/browser/ui/apps/chrome_app_delegate.cc
|
| diff --git a/chrome/browser/ui/apps/chrome_app_delegate.cc b/chrome/browser/ui/apps/chrome_app_delegate.cc
|
| index d1462500133bafc4321b293f1c85c0c2662ca6ec..f0c963601a0c46b518d5e26891ccc2eb06d4e093 100644
|
| --- a/chrome/browser/ui/apps/chrome_app_delegate.cc
|
| +++ b/chrome/browser/ui/apps/chrome_app_delegate.cc
|
| @@ -29,8 +29,6 @@
|
| #include "content/public/browser/web_contents.h"
|
| #include "content/public/browser/web_contents_delegate.h"
|
| #include "extensions/common/constants.h"
|
| -#include "extensions/grit/extensions_browser_resources.h"
|
| -#include "ui/base/resource/resource_bundle.h"
|
|
|
| #if defined(USE_ASH)
|
| #include "ash/shelf/shelf_constants.h"
|
| @@ -263,11 +261,6 @@ int ChromeAppDelegate::PreferredIconSize() {
|
| #endif
|
| }
|
|
|
| -gfx::ImageSkia ChromeAppDelegate::GetAppDefaultIcon() {
|
| - return *ResourceBundle::GetSharedInstance().GetImageSkiaNamed(
|
| - IDR_APP_DEFAULT_ICON);
|
| -}
|
| -
|
| void ChromeAppDelegate::SetWebContentsBlocked(
|
| content::WebContents* web_contents,
|
| bool blocked) {
|
|
|