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

Issue 5025001: Removed Labs section from Chrome OS settings page. (Closed)

Created:
10 years, 1 month ago by whywhat
Modified:
9 years, 7 months ago
CC:
chromium-reviews, arv (Not doing code reviews), davemoore+watch_chromium.org, ben+cc_chromium.org, Paweł Hajdan Jr.
Visibility:
Public.

Description

Removed Labs section from Chrome OS settings page. BUG=chromium-os:9035 TEST=Go to chrome://settings and observe that there's no Labs section. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=66324

Patch Set 1 #

Patch Set 2 : added labs to about:flags page #

Total comments: 4

Patch Set 3 : Bound prefs and flags #

Total comments: 11

Patch Set 4 : Fixed comments. #

Patch Set 5 : Fixed unittest #

Patch Set 6 : Fixed compile error in unittest #

Patch Set 7 : Fixed RegisterPref call #

Unified diffs Side-by-side diffs Delta from patch set Stats (+108 lines, -183 lines) Patch
M chrome/app/generated_resources.grd View 1 4 chunks +12 lines, -21 lines 0 comments Download
M chrome/browser/about_flags.cc View 2 3 4 chunks +58 lines, -4 lines 0 comments Download
M chrome/browser/about_flags_unittest.cc View 5 6 1 chunk +5 lines, -0 lines 0 comments Download
D chrome/browser/chromeos/dom_ui/labs_handler.h View 1 chunk +0 lines, -24 lines 0 comments Download
D chrome/browser/chromeos/dom_ui/labs_handler.cc View 1 chunk +0 lines, -38 lines 0 comments Download
M chrome/browser/chromeos/usb_mount_observer.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/dom_ui/filebrowse_ui.cc View 4 chunks +8 lines, -20 lines 0 comments Download
M chrome/browser/dom_ui/mediaplayer_browsertest.cc View 3 4 chunks +6 lines, -8 lines 0 comments Download
M chrome/browser/dom_ui/mediaplayer_ui.cc View 3 chunks +4 lines, -5 lines 0 comments Download
M chrome/browser/dom_ui/options/options_ui.cc View 2 chunks +0 lines, -2 lines 0 comments Download
M chrome/browser/resources/options.html View 1 2 2 chunks +0 lines, -5 lines 0 comments Download
D chrome/browser/resources/options/chromeos_labs.html View 1 chunk +0 lines, -47 lines 0 comments Download
M chrome/browser/tab_menu_model.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/chrome_browser.gypi View 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/common/chrome_switches.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/chrome_switches.cc View 1 chunk +7 lines, -2 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
whywhat
10 years, 1 month ago (2010-11-15 18:49:33 UTC) #1
arv (Not doing code reviews)
http://codereview.chromium.org/5025001/diff/2002/chrome/browser/resources/options.html File chrome/browser/resources/options.html (left): http://codereview.chromium.org/5025001/diff/2002/chrome/browser/resources/options.html#oldcode195 chrome/browser/resources/options.html:195: I don't understand why you are removing these?
10 years, 1 month ago (2010-11-15 20:55:20 UTC) #2
whywhat
http://codereview.chromium.org/5025001/diff/2002/chrome/browser/resources/options.html File chrome/browser/resources/options.html (left): http://codereview.chromium.org/5025001/diff/2002/chrome/browser/resources/options.html#oldcode195 chrome/browser/resources/options.html:195: On 2010/11/15 20:55:20, arv wrote: > I don't understand ...
10 years, 1 month ago (2010-11-15 21:03:29 UTC) #3
zel
http://codereview.chromium.org/5025001/diff/2002/chrome/browser/resources/options.html File chrome/browser/resources/options.html (left): http://codereview.chromium.org/5025001/diff/2002/chrome/browser/resources/options.html#oldcode201 chrome/browser/resources/options.html:201: OptionsPage.register(labsOptions); only 198-201 should be removed here, the rest ...
10 years, 1 month ago (2010-11-15 22:03:14 UTC) #4
whywhat
Thanks for reviewing. I'm still looking for a way to bind the flags with the ...
10 years, 1 month ago (2010-11-15 22:41:50 UTC) #5
whywhat
PTAL. It works as discussed with Nico.
10 years, 1 month ago (2010-11-16 17:22:47 UTC) #6
Nico
LG! http://codereview.chromium.org/5025001/diff/9001/chrome/browser/about_flags.cc File chrome/browser/about_flags.cc (right): http://codereview.chromium.org/5025001/diff/9001/chrome/browser/about_flags.cc#newcode269 chrome/browser/about_flags.cc:269: result->insert(kVerticalTabsExperimentName); do you want to remove the booleans ...
10 years, 1 month ago (2010-11-16 17:32:06 UTC) #7
zel
10 years, 1 month ago (2010-11-16 17:34:40 UTC) #8
zel
LGTM
10 years, 1 month ago (2010-11-16 17:38:16 UTC) #9
whywhat
Thanks! http://codereview.chromium.org/5025001/diff/9001/chrome/browser/about_flags.cc File chrome/browser/about_flags.cc (right): http://codereview.chromium.org/5025001/diff/9001/chrome/browser/about_flags.cc#newcode269 chrome/browser/about_flags.cc:269: result->insert(kVerticalTabsExperimentName); On 2010/11/16 17:32:07, Nico wrote: > do ...
10 years, 1 month ago (2010-11-16 17:55:14 UTC) #10
Nico
http://codereview.chromium.org/5025001/diff/9001/chrome/browser/about_flags.cc File chrome/browser/about_flags.cc (right): http://codereview.chromium.org/5025001/diff/9001/chrome/browser/about_flags.cc#newcode269 chrome/browser/about_flags.cc:269: result->insert(kVerticalTabsExperimentName); On 2010/11/16 17:55:15, whywhat wrote: > On 2010/11/16 ...
10 years, 1 month ago (2010-11-16 18:01:30 UTC) #11
whywhat
http://codereview.chromium.org/5025001/diff/9001/chrome/browser/about_flags.cc File chrome/browser/about_flags.cc (right): http://codereview.chromium.org/5025001/diff/9001/chrome/browser/about_flags.cc#newcode269 chrome/browser/about_flags.cc:269: result->insert(kVerticalTabsExperimentName); On 2010/11/16 18:01:31, Nico wrote: > On 2010/11/16 ...
10 years, 1 month ago (2010-11-16 18:05:03 UTC) #12
Nico
On Tue, Nov 16, 2010 at 7:05 PM, <avayvod@chromium.org> wrote: > > http://codereview.chromium.org/5025001/diff/9001/chrome/browser/about_flags.cc > File ...
10 years, 1 month ago (2010-11-16 18:06:41 UTC) #13
xiyuan
10 years, 1 month ago (2010-11-16 18:09:45 UTC) #14
LGTM

Powered by Google App Engine
This is Rietveld 408576698