Index: chrome/browser/disposition_utils.h |
=================================================================== |
--- chrome/browser/disposition_utils.h (revision 75626) |
+++ chrome/browser/disposition_utils.h (working copy) |
@@ -6,19 +6,7 @@ |
#define CHROME_BROWSER_DISPOSITION_UTILS_H_ |
#pragma once |
-#include "webkit/glue/window_open_disposition.h" |
+// TODO(jam): remove this file when all files have been converted. |
+#include "content/browser/disposition_utils.h" |
-namespace disposition_utils { |
- |
-// Translates event flags from a click on a link into the user's desired |
-// window disposition. For example, a middle click would mean to open |
-// a background tab. |
-WindowOpenDisposition DispositionFromClick(bool middle_button, |
- bool alt_key, |
- bool ctrl_key, |
- bool meta_key, |
- bool shift_key); |
- |
-} |
- |
#endif // CHROME_BROWSER_DISPOSITION_UTILS_H_ |