| Index: chrome/common/navigation_gesture.h
|
| diff --git a/chrome/common/navigation_gesture.h b/chrome/common/navigation_gesture.h
|
| index e27ea4cf7a75b31b7e482fcb4a683a5d8ed3c133..de73bb782969023f693d9987ab5eaca83191e804 100644
|
| --- a/chrome/common/navigation_gesture.h
|
| +++ b/chrome/common/navigation_gesture.h
|
| @@ -7,17 +7,13 @@
|
| #pragma once
|
|
|
| enum NavigationGesture {
|
| - NavigationGestureUser, // User initiated navigation/load. This is not
|
| - // currently used due to the untrustworthy nature
|
| - // of userGestureHint (wasRunByUserGesture). See
|
| - // bug 1051891.
|
| + NavigationGestureUser, // User initiated navigation/load.
|
| NavigationGestureAuto, // Non-user initiated navigation / load. For example
|
| // onload or setTimeout triggered document.location
|
| // changes, and form.submits. See bug 1046841 for
|
| // some cases that should be treated this way but
|
| // aren't yet.
|
| - NavigationGestureUnknown, // What we assign when userGestureHint returns true
|
| - // because we can't trust it.
|
| + NavigationGestureUnknown, // Initial state.
|
| };
|
|
|
| #endif // CHROME_COMMON_NAVIGATION_GESTURE_H_
|
|
|