summaryrefslogtreecommitdiffstats
path: root/content/browser/frame_host/navigation_controller_impl.h
diff options
context:
space:
mode:
authorrockot@chromium.org <rockot@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-21 21:06:04 +0000
committerrockot@chromium.org <rockot@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-21 21:06:04 +0000
commit25866264106adba0372acb476691f2ea5ac694c9 (patch)
treed197ed5b678121a2092f68fea299b69f4714d5f7 /content/browser/frame_host/navigation_controller_impl.h
parentd0cb4cedfc146e1c29e525d37c2cdaf088426967 (diff)
downloadchromium_src-25866264106adba0372acb476691f2ea5ac694c9.zip
chromium_src-25866264106adba0372acb476691f2ea5ac694c9.tar.gz
chromium_src-25866264106adba0372acb476691f2ea5ac694c9.tar.bz2
Revert 265044 "Don't leave aborted URLs in the omnibox unless we..."
This appears to be breaking prerender tests on some Mac and Linux builders. e.g. Mac: http://build.chromium.org/p/chromium.mac/builders/Mac%2010.7%20Tests%20%28dbg%29%284%29/builds/22698/steps/browser_tests/logs/PrerenderDoublePendingSwap http://build.chromium.org/p/chromium.mac/builders/Mac%2010.6%20Tests%20%28dbg%29%284%29/builds/40342/steps/browser_tests/logs/PrerenderPageNewTab Linux ASan: http://build.chromium.org/p/chromium.memory/builders/Linux%20ASan%20Tests%20%28sandboxed%29/builds/971/steps/browser_tests/logs/PrerenderPageNewTab > Don't leave aborted URLs in the omnibox unless we're on the NTP. > > BUG=355537 > TEST=See bug for repro steps. > > Review URL: https://codereview.chromium.org/232463007 TBR=creis@chromium.org Review URL: https://codereview.chromium.org/244693007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@265069 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/frame_host/navigation_controller_impl.h')
-rw-r--r--content/browser/frame_host/navigation_controller_impl.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/content/browser/frame_host/navigation_controller_impl.h b/content/browser/frame_host/navigation_controller_impl.h
index 7ec82f3..c0465f8 100644
--- a/content/browser/frame_host/navigation_controller_impl.h
+++ b/content/browser/frame_host/navigation_controller_impl.h
@@ -94,10 +94,6 @@ class CONTENT_EXPORT NavigationControllerImpl
virtual void PruneAllButLastCommitted() OVERRIDE;
virtual void ClearAllScreenshots() OVERRIDE;
- // Whether this is the initial navigation in an unmodified new tab. In this
- // case, we know there is no content displayed in the page.
- bool IsUnmodifiedBlankTab() const;
-
// The session storage namespace that all child RenderViews belonging to
// |instance| should use.
SessionStorageNamespace* GetSessionStorageNamespace(