summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents/navigation_controller.h
diff options
context:
space:
mode:
authortonyg@chromium.org <tonyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-19 16:26:19 +0000
committertonyg@chromium.org <tonyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-19 16:26:19 +0000
commit22b83aa4d58d07f92722566a5520a6df4d9d1c0b (patch)
tree2b936dd0dd6cbcd24f8176336fcef91c5fd45d07 /chrome/browser/tab_contents/navigation_controller.h
parentfc77fdf5b60d1ade84713ba397eaab24cf6cd39c (diff)
downloadchromium_src-22b83aa4d58d07f92722566a5520a6df4d9d1c0b.zip
chromium_src-22b83aa4d58d07f92722566a5520a6df4d9d1c0b.tar.gz
chromium_src-22b83aa4d58d07f92722566a5520a6df4d9d1c0b.tar.bz2
Undo user gesture detection added to NavigationController by r18373, since
WebKit now has this logic as of http://trac.webkit.org/changeset/65340. I couldn't remove ViewHostMsg_DocumentLoadedInFrame/ NavigationController::DocumentLoadedInFrame since it accumulated other usages since then. Contributed by mihaip@chromium.org BUG=40395 TEST=manual testing with hp.com and keyboard shortcut search experiment, history_uitest Review URL: http://codereview.chromium.org/3168013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56693 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/tab_contents/navigation_controller.h')
-rw-r--r--chrome/browser/tab_contents/navigation_controller.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/browser/tab_contents/navigation_controller.h b/chrome/browser/tab_contents/navigation_controller.h
index 43ab1f7..e92f4d6 100644
--- a/chrome/browser/tab_contents/navigation_controller.h
+++ b/chrome/browser/tab_contents/navigation_controller.h
@@ -313,9 +313,6 @@ class NavigationController {
// Called when a document has been loaded in a frame.
void DocumentLoadedInFrame();
- // Called when the user presses the mouse, enter key or space bar.
- void OnUserGesture();
-
// For use by TabContents ----------------------------------------------------
// Handles updating the navigation state after the renderer has navigated.
@@ -562,9 +559,6 @@ class NavigationController {
// The time ticks at which the last document was loaded.
base::TimeTicks last_document_loaded_;
- // Whether a user gesture has been observed since the last navigation.
- bool user_gesture_observed_;
-
// The session storage id that any (indirectly) owned RenderView should use.
int64 session_storage_namespace_id_;