| Index: chrome/browser/tab_contents/tab_contents.cc
|
| diff --git a/chrome/browser/tab_contents/tab_contents.cc b/chrome/browser/tab_contents/tab_contents.cc
|
| index 4e5e9b5cbf5db0e3bcceab71016f2074c8ca8c1b..ac22ace0c1a5943fc9260e693491499c50cebc02 100644
|
| --- a/chrome/browser/tab_contents/tab_contents.cc
|
| +++ b/chrome/browser/tab_contents/tab_contents.cc
|
| @@ -684,7 +684,7 @@ bool TabContents::ShouldDisplayURL() {
|
| // Don't hide the url in view source mode and with interstitials.
|
| NavigationEntry* entry = controller_.GetActiveEntry();
|
| if (entry && (entry->IsViewSourceMode() ||
|
| - entry->page_type() == NavigationEntry::INTERSTITIAL_PAGE)) {
|
| + entry->page_type() == INTERSTITIAL_PAGE)) {
|
| return true;
|
| }
|
|
|
|
|