diff options
author | skuhne@chromium.org <skuhne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-20 22:05:38 +0000 |
---|---|---|
committer | skuhne@chromium.org <skuhne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-20 22:05:38 +0000 |
commit | 12abb20ae922d192978205a9259d663cd0aeeb3d (patch) | |
tree | e37dfffe1134658a8a8d832d5faed5c95f24766e /ash/launcher | |
parent | 4a2697a63edf3887cd7663e45db4a97fc6553bc8 (diff) | |
download | chromium_src-12abb20ae922d192978205a9259d663cd0aeeb3d.zip chromium_src-12abb20ae922d192978205a9259d663cd0aeeb3d.tar.gz chromium_src-12abb20ae922d192978205a9259d663cd0aeeb3d.tar.bz2 |
Adding Alt+<number> accelerator key
BUG=117481
TEST=None
Review URL: http://codereview.chromium.org/9677046
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@127805 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/launcher')
-rw-r--r-- | ash/launcher/launcher_model.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ash/launcher/launcher_model.h b/ash/launcher/launcher_model.h index 0522ad3..2a4c907 100644 --- a/ash/launcher/launcher_model.h +++ b/ash/launcher/launcher_model.h @@ -36,7 +36,8 @@ class ASH_EXPORT LauncherModel { // of the model *after* the item at |index| is removed. void Move(int index, int target_index); - // Reset the item at the specified index. The item maintains its existing id. + // Resets the item at the specified index. The item maintains its existing + // id. void Set(int index, const LauncherItem& item); // Sends LauncherItemWillChange() to the observers. Used when the images are |