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

Unified Diff: chrome/browser/ui/views/dialog_stubs_gtk.cc

Issue 6670011: Options: Remove the GTK and Views native options code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 9 years, 9 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/views/browser_dialogs.h ('k') | chrome/browser/ui/views/frame/browser_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/dialog_stubs_gtk.cc
diff --git a/chrome/browser/ui/views/dialog_stubs_gtk.cc b/chrome/browser/ui/views/dialog_stubs_gtk.cc
index b455bf82f63086ba284a4030e163cd06ceba326e..3216918cd75316b4b0468150d007e2bb2f9be78e 100644
--- a/chrome/browser/ui/views/dialog_stubs_gtk.cc
+++ b/chrome/browser/ui/views/dialog_stubs_gtk.cc
@@ -14,8 +14,6 @@
#include "chrome/browser/ui/gtk/collected_cookies_gtk.h"
#include "chrome/browser/ui/gtk/edit_search_engine_dialog.h"
#include "chrome/browser/ui/gtk/keyword_editor_view.h"
-#include "chrome/browser/ui/gtk/options/content_settings_window_gtk.h"
-#include "chrome/browser/ui/gtk/options/passwords_exceptions_window_gtk.h"
#include "chrome/browser/ui/gtk/repost_form_warning_gtk.h"
#include "chrome/browser/ui/gtk/task_manager_gtk.h"
#include "chrome/browser/ui/options/options_window.h"
@@ -31,10 +29,6 @@ void ShowClearBrowsingDataView(views::Widget* parent,
profile);
}
-void ShowPasswordsExceptionsWindowView(Profile* profile) {
- ShowPasswordsExceptionsWindow(profile);
-}
-
void ShowKeywordEditorView(Profile* profile) {
KeywordEditorView::Show(profile);
}
@@ -59,12 +53,6 @@ void ShowRepostFormWarningDialog(gfx::NativeWindow parent_window,
new RepostFormWarningGtk(GTK_WINDOW(parent_window), tab_contents);
}
-void ShowContentSettingsWindow(gfx::NativeWindow parent_window,
- ContentSettingsType content_type,
- Profile* profile) {
- ContentSettingsWindowGtk::Show(parent_window, content_type, profile);
-}
-
void ShowCollectedCookiesDialog(gfx::NativeWindow parent_window,
TabContents* tab_contents) {
new CollectedCookiesGtk(GTK_WINDOW(parent_window), tab_contents);
« no previous file with comments | « chrome/browser/ui/views/browser_dialogs.h ('k') | chrome/browser/ui/views/frame/browser_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698