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

Unified Diff: ash/launcher/launcher_delegate.h

Issue 9835081: Change the launcher to create new tabs instead of windows when (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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 | ash/launcher/launcher_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/launcher/launcher_delegate.h
diff --git a/ash/launcher/launcher_delegate.h b/ash/launcher/launcher_delegate.h
index 674f557a690b7da2f808387aaf654ce6e3ef2a04..e93a73538688fd7e0fec2db0da37cd3c061c5253 100644
--- a/ash/launcher/launcher_delegate.h
+++ b/ash/launcher/launcher_delegate.h
@@ -22,8 +22,8 @@ class ASH_EXPORT LauncherDelegate {
virtual ~LauncherDelegate() {}
// Invoked when the user clicks on button in the launcher to create a new
- // window.
- virtual void CreateNewWindow() = 0;
+ // tab.
+ virtual void CreateNewTab() = 0;
// Invoked when the user clicks on a window entry in the launcher.
virtual void ItemClicked(const LauncherItem& item) = 0;
« no previous file with comments | « no previous file | ash/launcher/launcher_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698