diff options
author | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-12 05:30:51 +0000 |
---|---|---|
committer | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-12 05:30:51 +0000 |
commit | 36b36ea8e8925bb70fb92394a6cd308ffa924c05 (patch) | |
tree | 7fa4b05f60c9b04d9dd2222f2839ad5df67004cc /chrome/browser/task_manager/task_manager_util.h | |
parent | 9b6a672924cc60a8702b3a82fb096c50a7418001 (diff) | |
download | chromium_src-36b36ea8e8925bb70fb92394a6cd308ffa924c05.zip chromium_src-36b36ea8e8925bb70fb92394a6cd308ffa924c05.tar.gz chromium_src-36b36ea8e8925bb70fb92394a6cd308ffa924c05.tar.bz2 |
Revert 244407 "InstantExtended: remove dead code related to the ..."
InstantPolicyTest.NoThemeBackgroundChangeEventOnTabSwitch and others
failing on XP, Mac 10.6, Linux ASAN.
> InstantExtended: remove dead code related to the non-cacheable NTP.
>
> BUG=none
>
> Review URL: https://codereview.chromium.org/132733002
TBR=samarth@chromium.org
Review URL: https://codereview.chromium.org/135903002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244429 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/task_manager/task_manager_util.h')
-rw-r--r-- | chrome/browser/task_manager/task_manager_util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/task_manager/task_manager_util.h b/chrome/browser/task_manager/task_manager_util.h index 409043b..1b95c16 100644 --- a/chrome/browser/task_manager/task_manager_util.h +++ b/chrome/browser/task_manager/task_manager_util.h @@ -24,6 +24,7 @@ int GetMessagePrefixID(bool is_app, bool is_extension, bool is_incognito, bool is_prerender, + bool is_instant_overlay, bool is_background); // Returns the name of profle from InfoCache. |