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

Unified Diff: ash/launcher/launcher_button_host.h

Issue 9307036: Revert Aura changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | « ash/launcher/app_launcher_button.cc ('k') | ash/launcher/launcher_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/launcher/launcher_button_host.h
diff --git a/ash/launcher/launcher_button_host.h b/ash/launcher/launcher_button_host.h
index 2c8138552f9a3df64b806ee93168c22eb039554c..1cc94614a423ca9596d02b80390247e612d7a082 100644
--- a/ash/launcher/launcher_button_host.h
+++ b/ash/launcher/launcher_button_host.h
@@ -6,8 +6,6 @@
#define ASH_LAUNCHER_LAUNCHER_BUTTON_HOST_H_
#pragma once
-#include "base/string16.h"
-
namespace views {
class MouseEvent;
class View;
@@ -35,9 +33,6 @@ class LauncherButtonHost {
// Invoked when the mouse exits the item.
virtual void MouseExitedButton(views::View* view) = 0;
- // Invoked to get the accessible name of the item.
- virtual string16 GetAccessibleName(views::View* view) = 0;
-
protected:
virtual ~LauncherButtonHost() {}
};
« no previous file with comments | « ash/launcher/app_launcher_button.cc ('k') | ash/launcher/launcher_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698