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

Unified Diff: chrome/browser/app_launched_animation.h

Issue 6294015: [NTP] Remove app launch animation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: copyrights Created 9 years, 11 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 | « no previous file | chrome/browser/dom_ui/app_launcher_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/app_launched_animation.h
diff --git a/chrome/browser/app_launched_animation.h b/chrome/browser/app_launched_animation.h
deleted file mode 100644
index 91c029f7d05039c25a19c9afac45ebe437a806be..0000000000000000000000000000000000000000
--- a/chrome/browser/app_launched_animation.h
+++ /dev/null
@@ -1,29 +0,0 @@
-// Copyright (c) 2010 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_LAUNCHED_ANIMATION_H_
-#define CHROME_BROWSER_APP_LAUNCHED_ANIMATION_H_
-#pragma once
-
-#include "base/basictypes.h"
-
-class Extension;
-
-namespace gfx {
- class Rect;
-}
-
-class AppLaunchedAnimation {
- public:
- // Starts an animation of the |extension| being launched. The |rect| is the
- // rect of the app icon.
- static void Show(const Extension* extension, const gfx::Rect& rect);
-
- private:
- AppLaunchedAnimation() { }
-
- DISALLOW_COPY_AND_ASSIGN(AppLaunchedAnimation);
-};
-
-#endif // CHROME_BROWSER_APP_LAUNCHED_ANIMATION_H_
« no previous file with comments | « no previous file | chrome/browser/dom_ui/app_launcher_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698