Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1412)

Unified Diff: content/common/navigation_gesture.h

Issue 2524763002: make NavigationGesture part of public content API and use it outside content (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/common/frame_messages.h ('k') | content/common/navigation_params.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/navigation_gesture.h
diff --git a/content/common/navigation_gesture.h b/content/common/navigation_gesture.h
deleted file mode 100644
index 380cd51fff750128236b868b5bfea7761ae16cc7..0000000000000000000000000000000000000000
--- a/content/common/navigation_gesture.h
+++ /dev/null
@@ -1,24 +0,0 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CONTENT_COMMON_NAVIGATION_GESTURE_H_
-#define CONTENT_COMMON_NAVIGATION_GESTURE_H_
-
-namespace content {
-
-enum NavigationGesture {
- // User initiated navigation/load.
- NavigationGestureUser,
- // Non-user initiated navigation/load. For example, onload- or
- // setTimeout-triggered document.location changes and form.submits. See
- // http://b/1046841 for some cases that should be treated this way but aren't.
- NavigationGestureAuto,
- // Initial state.
- NavigationGestureUnknown,
- NavigationGestureLast = NavigationGestureUnknown
-};
-
-} // namespace content
-
-#endif // CONTENT_COMMON_NAVIGATION_GESTURE_H_
« no previous file with comments | « content/common/frame_messages.h ('k') | content/common/navigation_params.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698