Index: chrome/browser/browser.cc |
diff --git a/chrome/browser/browser.cc b/chrome/browser/browser.cc |
index 7d521b6c7f13aebdc6847b0cee85c7d9eac90cce..930aa85f23bef9b2caf03f9cf83f00f4aeb47d1d 100644 |
--- a/chrome/browser/browser.cc |
+++ b/chrome/browser/browser.cc |
@@ -1586,13 +1586,9 @@ void Browser::TabSelectedAt(TabContents* old_contents, |
ProcessPendingUIUpdates(); |
if (old_contents) { |
-#if defined(OS_WIN) |
// Save what the user's currently typing, so it can be restored when we |
// switch back to this tab. |
window_->GetLocationBar()->SaveStateToContents(old_contents); |
-#else |
- NOTIMPLEMENTED(); |
-#endif |
} |
// Propagate the profile to the location bar. |