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

Unified Diff: ash/test/test_shell_delegate.h

Issue 9121050: Add accessible names to the launcher buttons (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Query the LauncherView for the correct accessible name 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
Index: ash/test/test_shell_delegate.h
diff --git a/ash/test/test_shell_delegate.h b/ash/test/test_shell_delegate.h
index cc9ef9574d03457fb6f70390b747a0de85b9c243..47e5ec8fde590d159dc96ccacce6af5a0b63498d 100644
--- a/ash/test/test_shell_delegate.h
+++ b/ash/test/test_shell_delegate.h
@@ -32,6 +32,7 @@ class TestShellDelegate : public ShellDelegate {
virtual void LauncherItemClicked(const LauncherItem& item) OVERRIDE;
virtual int GetBrowserShortcutResourceId() OVERRIDE;
virtual string16 GetLauncherItemTitle(const LauncherItem& item) OVERRIDE;
+
sky 2012/01/30 15:33:46 remove this newline.
Zachary Kuznia 2012/01/31 00:29:08 Done.
};
} // namespace test

Powered by Google App Engine
This is Rietveld 408576698