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

Issue 6307019: Cleanup: remove unused internet and system pages for chrome os options. (Closed)

Created:
9 years, 11 months ago by falken
Modified:
9 years, 6 months ago
CC:
chromium-reviews, davemoore+watch_chromium.org, ncarter (slow), idana, Ilya Sherman, pam+watch_chromium.org, Raghu Simha, James Hawkins, tim (not reviewing), dhollowa
Visibility:
Public.

Description

Cleanup: remove unused internet and system pages for chrome os options. These are now unused because of the migration to DOMUI options. This is a continuation of cleanup done in http://codereview.chromium.org/6336005/ BUG=chromium-os:8307 TEST=ran on linux and netbook, unit tests passed Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=73432

Patch Set 1 #

Total comments: 2

Patch Set 2 : Removed options_window_view as well. #

Total comments: 6

Patch Set 3 : Remove kDisableTabbedOptions, and ifdefs in gtk_util.cc #

Patch Set 4 : fix mac compile error #

Patch Set 5 : Restoring kDisableTabbedOptions, satorux said we should probably keep for now. #

Patch Set 6 : Remove settings_page_view as well #

Total comments: 4

Patch Set 7 : Remove ifdef code in content_page_gtk.cc #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -1828 lines) Patch
D chrome/browser/chromeos/options/internet_page_view.h View 1 chunk +0 lines, -49 lines 0 comments Download
D chrome/browser/chromeos/options/internet_page_view.cc View 1 chunk +0 lines, -597 lines 0 comments Download
D chrome/browser/chromeos/options/options_window_view.h View 1 1 chunk +0 lines, -20 lines 0 comments Download
D chrome/browser/chromeos/options/options_window_view.cc View 1 1 chunk +0 lines, -392 lines 0 comments Download
D chrome/browser/chromeos/options/settings_page_view.h View 1 2 3 4 5 1 chunk +0 lines, -64 lines 0 comments Download
D chrome/browser/chromeos/options/settings_page_view.cc View 1 2 3 4 5 1 chunk +0 lines, -99 lines 0 comments Download
D chrome/browser/chromeos/options/system_page_view.h View 1 chunk +0 lines, -28 lines 0 comments Download
D chrome/browser/chromeos/options/system_page_view.cc View 1 chunk +0 lines, -402 lines 0 comments Download
M chrome/browser/ui/gtk/gtk_util.cc View 1 2 3 4 5 6 chunks +1 line, -112 lines 0 comments Download
M chrome/browser/ui/gtk/options/content_page_gtk.cc View 1 2 3 4 5 6 8 chunks +2 lines, -34 lines 0 comments Download
M chrome/browser/ui/gtk/options/options_window_gtk.cc View 1 4 chunks +0 lines, -23 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 1 chunk +0 lines, -8 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
falken
9 years, 11 months ago (2011-01-28 05:08:07 UTC) #1
satorux1
http://codereview.chromium.org/6307019/diff/1/chrome/browser/chromeos/options/options_window_view.cc File chrome/browser/chromeos/options/options_window_view.cc (right): http://codereview.chromium.org/6307019/diff/1/chrome/browser/chromeos/options/options_window_view.cc#newcode1 chrome/browser/chromeos/options/options_window_view.cc:1: // Copyright (c) 2011 The Chromium Authors. All rights ...
9 years, 11 months ago (2011-01-28 06:03:49 UTC) #2
falken
Thanks for the comment. I've removed options_window_view as well. This involved some more modifications such ...
9 years, 11 months ago (2011-01-28 07:55:14 UTC) #3
falken
Copying chocobo@'s comment on http://codereview.chromium.org/6336005/ to here: On 2011/01/28 18:14:12, Charlie Lee wrote: > LGTM ...
9 years, 10 months ago (2011-01-31 01:08:14 UTC) #4
satorux1
http://codereview.chromium.org/6307019/diff/5001/chrome/browser/ui/gtk/gtk_util.cc File chrome/browser/ui/gtk/gtk_util.cc (right): http://codereview.chromium.org/6307019/diff/5001/chrome/browser/ui/gtk/gtk_util.cc#newcode41 chrome/browser/ui/gtk/gtk_util.cc:41: #if defined(OS_CHROMEOS) I think you can remove code in ...
9 years, 10 months ago (2011-01-31 09:24:14 UTC) #5
Charlie Lee
LGTM
9 years, 10 months ago (2011-01-31 18:41:09 UTC) #6
falken
I've uploaded a new patch that removes kDisabledTabbedOptions and the ifdef OS_CHROMEOS code in gtk_util.cc. ...
9 years, 10 months ago (2011-02-01 05:21:01 UTC) #7
falken
Sorry for the frequent updates. satorux says we should keep kDisableTabbedOptions for now, so I've ...
9 years, 10 months ago (2011-02-01 05:58:37 UTC) #8
tfarina
On 2011/02/01 05:58:37, falken wrote: > Sorry for the frequent updates. satorux says we should ...
9 years, 10 months ago (2011-02-01 11:45:17 UTC) #9
Charlie Lee
LGTM On 2011/02/01 11:45:17, tfarina wrote: > On 2011/02/01 05:58:37, falken wrote: > > Sorry ...
9 years, 10 months ago (2011-02-02 02:37:06 UTC) #10
falken
On 2011/02/01 11:45:17, tfarina wrote: > On 2011/02/01 05:58:37, falken wrote: > > Sorry for ...
9 years, 10 months ago (2011-02-02 03:21:57 UTC) #11
satorux1
http://codereview.chromium.org/6307019/diff/18001/chrome/browser/ui/gtk/gtk_util.cc File chrome/browser/ui/gtk/gtk_util.cc (right): http://codereview.chromium.org/6307019/diff/18001/chrome/browser/ui/gtk/gtk_util.cc#newcode29 chrome/browser/ui/gtk/gtk_util.cc:29: #include "chrome/browser/ui/gtk/browser_window_gtk.h" Do we need to add this? Otherwise, ...
9 years, 10 months ago (2011-02-02 03:29:49 UTC) #12
falken
http://codereview.chromium.org/6307019/diff/18001/chrome/browser/ui/gtk/gtk_util.cc File chrome/browser/ui/gtk/gtk_util.cc (right): http://codereview.chromium.org/6307019/diff/18001/chrome/browser/ui/gtk/gtk_util.cc#newcode29 chrome/browser/ui/gtk/gtk_util.cc:29: #include "chrome/browser/ui/gtk/browser_window_gtk.h" On 2011/02/02 03:29:49, satorux1 wrote: > Do ...
9 years, 10 months ago (2011-02-02 04:59:34 UTC) #13
satorux1
9 years, 10 months ago (2011-02-02 05:30:07 UTC) #14
LGTM

Powered by Google App Engine
This is Rietveld 408576698