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

Issue 2149003: Relanding 48042... (Closed)

Created:
10 years, 7 months ago by Jay Civelli
Modified:
9 years, 7 months ago
Reviewers:
Aaron Boodman
CC:
chromium-reviews, Erik does not do reviews, ben+cc_chromium.org, pam+watch_chromium.org, Paweł Hajdan Jr.
Visibility:
Public.

Description

Relanding 48042. I reverted http://codereview.chromium.org/1986006 as part of that change, after talking with Ben and Aaron. (it breaks the UI tests on ChromeOS now that apps are enabled). Disabling app launcher and enabling apps by default on ChromeOS . BUG=3218 TEST=Open the new tab, the new new tab should be shown. Any installed app should be showing in there. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=48149

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Total comments: 4

Patch Set 5 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -69 lines) Patch
M chrome/browser/browser.cc View 1 2 3 4 2 chunks +4 lines, -23 lines 0 comments Download
M chrome/browser/defaults.h View 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/browser/defaults.cc View 2 chunks +0 lines, -2 lines 0 comments Download
M chrome/browser/dom_ui/new_tab_ui.cc View 1 2 3 1 chunk +5 lines, -2 lines 0 comments Download
M chrome/browser/dom_ui/shown_sections_handler.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/extensions/extension_install_ui.cc View 1 chunk +2 lines, -7 lines 0 comments Download
M chrome/browser/profile.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/views/bookmark_bar_view.cc View 2 chunks +2 lines, -5 lines 0 comments Download
M chrome/common/chrome_switches.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/common/chrome_switches.cc View 1 chunk +0 lines, -8 lines 0 comments Download
M chrome/common/extensions/extension.h View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/common/extensions/extension.cc View 2 chunks +12 lines, -2 lines 0 comments Download
M chrome/common/extensions/extension_manifests_unittest.cc View 2 3 4 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/test/in_process_browser_test.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M chrome/test/ui/ui_test.cc View 2 chunks +0 lines, -8 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Jay Civelli
10 years, 7 months ago (2010-05-24 22:16:41 UTC) #1
Aaron Boodman
http://codereview.chromium.org/2149003/diff/17003/35001 File chrome/browser/browser.cc (right): http://codereview.chromium.org/2149003/diff/17003/35001#newcode1055 chrome/browser/browser.cc:1055: if (command_line->HasSwitch(switches::kAppsPanel)) { Now --apps-panel is unsupported on chrome ...
10 years, 7 months ago (2010-05-25 00:10:54 UTC) #2
Jay Civelli
http://codereview.chromium.org/2149003/diff/17003/35001 File chrome/browser/browser.cc (right): http://codereview.chromium.org/2149003/diff/17003/35001#newcode1055 chrome/browser/browser.cc:1055: if (command_line->HasSwitch(switches::kAppsPanel)) { On 2010/05/25 00:10:54, Aaron Boodman wrote: ...
10 years, 7 months ago (2010-05-25 00:29:29 UTC) #3
Aaron Boodman
10 years, 7 months ago (2010-05-25 05:26:31 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698