summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/gtk_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/gtk/gtk_util.h')
-rw-r--r--chrome/browser/gtk/gtk_util.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/chrome/browser/gtk/gtk_util.h b/chrome/browser/gtk/gtk_util.h
index 1d8b6d3..e28778a 100644
--- a/chrome/browser/gtk/gtk_util.h
+++ b/chrome/browser/gtk/gtk_util.h
@@ -17,8 +17,6 @@
typedef struct _GtkWidget GtkWidget;
class GtkThemeProvider;
-class GURL;
-class Profile;
struct RendererPreferences; // from common/renderer_preferences.h
namespace event_utils {
@@ -272,11 +270,6 @@ void SetWMLastUserActionTime(GtkWindow* window);
// function, instead using the timestamp from the latest GDK event.
guint32 XTimeNow();
-// Uses the autocomplete controller for |profile| to convert the contents of the
-// PRIMARY selection to a parsed URL. Returns true and sets |url| on success,
-// otherwise returns false.
-bool URLFromPrimarySelection(Profile* profile, GURL* url);
-
} // namespace gtk_util
#endif // CHROME_BROWSER_GTK_GTK_UTIL_H_