| Index: chrome/browser/views/task_manager_view.cc
|
| ===================================================================
|
| --- chrome/browser/views/task_manager_view.cc (revision 26082)
|
| +++ chrome/browser/views/task_manager_view.cc (working copy)
|
| @@ -14,6 +14,7 @@
|
| #include "chrome/browser/views/browser_dialogs.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "chrome/common/pref_service.h"
|
| +#include "chrome/common/url_constants.h"
|
| #include "grit/chromium_strings.h"
|
| #include "grit/generated_resources.h"
|
| #include "grit/theme_resources.h"
|
| @@ -519,7 +520,7 @@
|
| DCHECK(source == about_memory_link_);
|
| Browser* browser = BrowserList::GetLastActive();
|
| DCHECK(browser);
|
| - browser->OpenURL(GURL("about:memory"), GURL(), NEW_FOREGROUND_TAB,
|
| + browser->OpenURL(GURL(chrome::kAboutMemoryURL), GURL(), NEW_FOREGROUND_TAB,
|
| PageTransition::LINK);
|
| // In case the browser window is minimzed, show it. If this is an application
|
| // or popup, we can only have one tab, hence we need to process this in a
|
|
|