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

Unified Diff: webkit/glue/window_open_disposition.h

Issue 11798003: Move NavigationPolicyToDisposition() function into render_view_impl.cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix nit Created 7 years, 11 months 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 | « webkit/glue/webkit_glue.gypi ('k') | webkit/glue/window_open_disposition.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/window_open_disposition.h
diff --git a/webkit/glue/window_open_disposition.h b/webkit/glue/window_open_disposition.h
index 4929875fe8af2bba71878fad1947f135820117bf..11abfb6a0c7915f83346bf372622840b1bca1352 100644
--- a/webkit/glue/window_open_disposition.h
+++ b/webkit/glue/window_open_disposition.h
@@ -5,9 +5,6 @@
#ifndef WEBKIT_GLUE_WINDOW_OPEN_DISPOSITION_H_
#define WEBKIT_GLUE_WINDOW_OPEN_DISPOSITION_H_
-#include "third_party/WebKit/Source/WebKit/chromium/public/WebNavigationPolicy.h"
-#include "webkit/glue/webkit_glue_export.h"
-
enum WindowOpenDisposition {
UNKNOWN,
SUPPRESS_OPEN,
@@ -23,8 +20,4 @@ enum WindowOpenDisposition {
IGNORE_ACTION
};
-// Conversion function:
-WEBKIT_GLUE_EXPORT WindowOpenDisposition NavigationPolicyToDisposition(
- WebKit::WebNavigationPolicy policy);
-
#endif // WEBKIT_GLUE_WINDOW_OPEN_DISPOSITION_H_
« no previous file with comments | « webkit/glue/webkit_glue.gypi ('k') | webkit/glue/window_open_disposition.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698