| Index: chrome/browser/memory/tab_manager.h
|
| diff --git a/chrome/browser/memory/tab_manager.h b/chrome/browser/memory/tab_manager.h
|
| index ecc23053eba1797a40a22ada94b595b556cb5f47..972cf70ddaef7b3b5fcc9b422d8788f7bf290170 100644
|
| --- a/chrome/browser/memory/tab_manager.h
|
| +++ b/chrome/browser/memory/tab_manager.h
|
| @@ -100,7 +100,7 @@ class TabManager : public TabStripModelObserver {
|
|
|
| // Discards a tab to free the memory occupied by its renderer. The tab still
|
| // exists in the tab-strip; clicking on it will reload it.
|
| - void DiscardTab();
|
| + bool DiscardTab();
|
|
|
| // Discards a tab with the given unique ID. The tab still exists in the
|
| // tab-strip; clicking on it will reload it. Returns null if the tab cannot
|
|
|