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

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

Issue 6307019: Cleanup: remove unused internet and system pages for chrome os options. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Removed options_window_view as well. Created 9 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
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 d377093d2bf8ea8de06434cea5718dfc0d2f5a0e..edd2bd2ba2d578c46938570a7d2aca68cc226091 100644
--- a/chrome/browser/ui/gtk/gtk_util.cc
+++ b/chrome/browser/ui/gtk/gtk_util.cc
@@ -41,7 +41,6 @@
#if defined(OS_CHROMEOS)
satorux1 2011/01/31 09:24:14 I think you can remove code in OS_CHROMEOS from th
falken 2011/02/01 05:21:01 Done.
#include "chrome/browser/chromeos/frame/browser_view.h"
#include "chrome/browser/chromeos/native_dialog_window.h"
-#include "chrome/browser/chromeos/options/options_window_view.h"
#include "views/window/window.h"
#else
#include "chrome/browser/ui/gtk/browser_window_gtk.h"
@@ -1008,9 +1007,6 @@ void GetTextColors(GdkColor* normal_base,
GtkWindow* GetDialogTransientParent(GtkWindow* dialog) {
GtkWindow* parent = gtk_window_get_transient_for(dialog);
- if (!parent)
- parent = chromeos::GetOptionsViewParent();
-
return parent;
}
« no previous file with comments | « chrome/browser/chromeos/options/system_page_view.cc ('k') | chrome/browser/ui/gtk/options/content_page_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698