Chromium Code Reviews| Index: chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc |
| diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc b/chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc |
| index d80e3d8754af1017546ad750cbb7d02435de3514..65974671f93a187c6b0c6ded095fbd51268d0d2b 100644 |
| --- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc |
| +++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc |
| @@ -106,7 +106,7 @@ namespace { |
| // This will be used as placeholder in the list of the pinned applciatons. |
| // Note that this is NOT a valid extension identifier so that pre M31 versions |
| // will ignore it. |
| -const char kAppLauncherIdPlaceholder[] = "AppLauncherIDPlaceholder--------"; |
| +const char kAppLauncherIdPlaceholder[] = "AppLauncherIDPlaceholder-------x"; |
|
xiyuan
2013/12/19 01:45:41
We don't want to check in this. It is a temp work
zel
2013/12/19 23:28:02
Done.
|
| std::string GetPrefKeyForRootWindow(aura::Window* root_window) { |
| gfx::Display display = gfx::Screen::GetScreenFor( |