summaryrefslogtreecommitdiffstats
path: root/chrome/browser/task_manager/task_manager_util.cc
diff options
context:
space:
mode:
authorsamarth@chromium.org <samarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-12 02:10:54 +0000
committersamarth@chromium.org <samarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-12 02:10:54 +0000
commit58e2806f18c789e91f89c0a836013f29926e8028 (patch)
tree8196ce9f086b5c8b13684ac0e457303c3a6efd87 /chrome/browser/task_manager/task_manager_util.cc
parentd57ecffa058b2af3b0678c43dce75f731550bbce (diff)
downloadchromium_src-58e2806f18c789e91f89c0a836013f29926e8028.zip
chromium_src-58e2806f18c789e91f89c0a836013f29926e8028.tar.gz
chromium_src-58e2806f18c789e91f89c0a836013f29926e8028.tar.bz2
InstantExtended: remove dead code related to the non-cacheable NTP.
BUG=none Review URL: https://codereview.chromium.org/132733002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244407 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/task_manager/task_manager_util.cc')
-rw-r--r--chrome/browser/task_manager/task_manager_util.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/task_manager/task_manager_util.cc b/chrome/browser/task_manager/task_manager_util.cc
index d584f90..b755e12 100644
--- a/chrome/browser/task_manager/task_manager_util.cc
+++ b/chrome/browser/task_manager/task_manager_util.cc
@@ -23,7 +23,6 @@ int GetMessagePrefixID(bool is_app,
bool is_extension,
bool is_incognito,
bool is_prerender,
- bool is_instant_overlay,
bool is_background) {
if (is_app) {
if (is_background)
@@ -39,8 +38,6 @@ int GetMessagePrefixID(bool is_app,
}
if (is_prerender)
return IDS_TASK_MANAGER_PRERENDER_PREFIX;
- if (is_instant_overlay)
- return IDS_TASK_MANAGER_INSTANT_OVERLAY_PREFIX;
if (is_incognito)
return IDS_TASK_MANAGER_TAB_INCOGNITO_PREFIX;