Index: chrome/browser/ui/browser.h |
=================================================================== |
--- chrome/browser/ui/browser.h (revision 91505) |
+++ chrome/browser/ui/browser.h (working copy) |
@@ -929,6 +929,9 @@ |
// Initialize state for all browser commands. |
void InitCommandState(); |
+ // Returns |true| if entry has an internal chrome:// URL. |
+ bool HasInternalURL(const NavigationEntry *entry) const; |
brettw
2011/07/06 16:55:24
It looks like this doesn't actually have to be a m
Alexei Svitkine (slow)
2011/07/06 19:00:05
Done.
|
+ |
// Update commands whose state depends on the tab's state. |
void UpdateCommandsForTabState(); |