| Index: chrome/browser/dom_ui/app_launcher_handler.h
|
| diff --git a/chrome/browser/dom_ui/app_launcher_handler.h b/chrome/browser/dom_ui/app_launcher_handler.h
|
| index cee1aafb243b21ce74815af06d84118f8bab5b14..69318d8269d3d2397568aa6db8f8d77c6df882be 100644
|
| --- a/chrome/browser/dom_ui/app_launcher_handler.h
|
| +++ b/chrome/browser/dom_ui/app_launcher_handler.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// 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.
|
|
|
| @@ -92,9 +92,6 @@ class AppLauncherHandler
|
| // needed.
|
| ExtensionInstallUI* GetExtensionInstallUI();
|
|
|
| - // Starts the animation of the app icon.
|
| - void AnimateAppIcon(const Extension* extension, const gfx::Rect& rect);
|
| -
|
| // Helper that uninstalls all the default apps.
|
| void UninstallDefaultApps();
|
|
|
|
|