Index: chrome/browser/tab_contents/navigation_controller.cc |
diff --git a/chrome/browser/tab_contents/navigation_controller.cc b/chrome/browser/tab_contents/navigation_controller.cc |
index fcc1e7aa6750821e75da10ce213fc298cdd7ae4f..1b2f117f102b5e35914bb443df2b81ffd420fc04 100644 |
--- a/chrome/browser/tab_contents/navigation_controller.cc |
+++ b/chrome/browser/tab_contents/navigation_controller.cc |
@@ -36,8 +36,7 @@ |
namespace { |
const int kInvalidateAllButShelves = |
- 0xFFFFFFFF & ~(TabContents::INVALIDATE_BOOKMARK_BAR | |
- TabContents::INVALIDATE_EXTENSION_SHELF); |
+ 0xFFFFFFFF & ~TabContents::INVALIDATE_BOOKMARK_BAR; |
// Invoked when entries have been pruned, or removed. For example, if the |
// current entries are [google, digg, yahoo], with the current entry google, |