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

Unified Diff: ui/aura_shell/examples/aura_shell_main.cc

Issue 8418006: Changes around the launcher so that it only shows the most recently (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 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: ui/aura_shell/examples/aura_shell_main.cc
diff --git a/ui/aura_shell/examples/aura_shell_main.cc b/ui/aura_shell/examples/aura_shell_main.cc
index a2688e16530dc8803073edd273ffdd9f69367a53..414bcdddbfc813ab44edd8b6cbce92321d9eb698 100644
--- a/ui/aura_shell/examples/aura_shell_main.cc
+++ b/ui/aura_shell/examples/aura_shell_main.cc
@@ -51,7 +51,7 @@ class ShellDelegateImpl : public aura_shell::ShellDelegate {
i == 1 ? 255 : 0,
i == 2 ? 255 : 0);
}
- image_count = (image_count + 1) % 2;
+ image_count = (image_count + 1) % 3;
return true; // Makes the entry show up in the launcher.
}
};
« no previous file with comments | « chrome/browser/ui/views/aura/launcher_icon_updater.cc ('k') | ui/aura_shell/launcher/tabbed_launcher_button.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698