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

Unified Diff: chrome/browser/task_manager/task_manager_util.cc

Issue 137993020: (Try 2) InstantExtended: remove dead code related to the non-cacheable NTP. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Disable InstantPolicyTests Created 6 years, 11 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: chrome/browser/task_manager/task_manager_util.cc
diff --git a/chrome/browser/task_manager/task_manager_util.cc b/chrome/browser/task_manager/task_manager_util.cc
index d584f90f4007c57e125ce981c55d31b52786c773..b755e12a8a9544050477e80165cfc8b974ecbae3 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;
« no previous file with comments | « chrome/browser/task_manager/task_manager_util.h ('k') | chrome/browser/task_manager/task_manager_util_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698