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

Unified Diff: chrome/browser/ui/views/frame/browser_view.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
Index: chrome/browser/ui/views/frame/browser_view.cc
diff --git a/chrome/browser/ui/views/frame/browser_view.cc b/chrome/browser/ui/views/frame/browser_view.cc
index f878ca4e1ed4df0066a57362fd508d22cf4c396c..fa60389297eba576a146be7f58db84e14b9b5916 100644
--- a/chrome/browser/ui/views/frame/browser_view.cc
+++ b/chrome/browser/ui/views/frame/browser_view.cc
@@ -1107,11 +1107,6 @@ void BrowserView::ShowRepostFormWarningDialog(TabContents* tab_contents) {
browser::ShowRepostFormWarningDialog(GetNativeHandle(), tab_contents);
}
-void BrowserView::ShowContentSettingsWindow(ContentSettingsType content_type,
- Profile* profile) {
- browser::ShowContentSettingsWindow(GetNativeHandle(), content_type, profile);
-}
-
void BrowserView::ShowCollectedCookiesDialog(TabContents* tab_contents) {
browser::ShowCollectedCookiesDialog(GetNativeHandle(), tab_contents);
}
« no previous file with comments | « chrome/browser/ui/views/frame/browser_view.h ('k') | chrome/browser/ui/views/options/advanced_contents_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698