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

Unified Diff: chrome/browser/ui/gtk/gtk_util.cc

Issue 10008058: Remove obsolete chromeos specific code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cleanup Created 8 years, 8 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 | « chrome/browser/ui/gtk/gtk_util.h ('k') | chrome/browser/ui/gtk/simple_message_box_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/gtk/gtk_util.cc
diff --git a/chrome/browser/ui/gtk/gtk_util.cc b/chrome/browser/ui/gtk/gtk_util.cc
index b1ec590658e8c5aa54043076fbc88ecf4b59f9e4..ac70cecfae963acfd9fa3ae0336a8c2157eddee8 100644
--- a/chrome/browser/ui/gtk/gtk_util.cc
+++ b/chrome/browser/ui/gtk/gtk_util.cc
@@ -1065,10 +1065,6 @@ void PresentWindow(GtkWidget* window, int timestamp) {
gtk_window_present(GTK_WINDOW(window));
}
-GtkWindow* GetDialogWindow(GtkWidget* dialog) {
- return GTK_WINDOW(dialog);
-}
-
gfx::Rect GetDialogBounds(GtkWidget* dialog) {
gint x = 0, y = 0, width = 1, height = 1;
gtk_window_get_position(GTK_WINDOW(dialog), &x, &y);
« no previous file with comments | « chrome/browser/ui/gtk/gtk_util.h ('k') | chrome/browser/ui/gtk/simple_message_box_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698