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

Issue 17167006: move sync_promo_ui to non-webui-specific directory (Closed)

Created:
7 years, 6 months ago by bcwhite
Modified:
7 years, 6 months ago
Reviewers:
joi, sky, Jói
CC:
chromium-reviews, chrome-apps-syd-reviews_chromium.org, extensions-reviews_chromium.org, akalin, estade+watch_chromium.org, tfarina, dbeam+watch-ntp_chromium.org, rginda+watch_chromium.org, Raghu Simha, chromium-apps-reviews_chromium.org, haitaol1, tim (not reviewing), pedrosimonetti+watch_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

move sync_promo_ui to non-webui-specific directory BUG=247212 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=207827

Patch Set 1 #

Total comments: 2

Patch Set 2 : fixed include guard on moved file #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -392 lines) Patch
M chrome/browser/chrome_content_browser_client.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/first_run/first_run.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/prefs/browser_prefs.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/profiles/profile_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/signin/DEPS View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/signin/signin_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/app_list/chrome_signin_delegate.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/auto_login_infobar_delegate.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/browser_command_controller.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/browser_mac.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/chrome_pages.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/extensions/extension_installed_bubble_controller.mm View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/startup/startup_browser_creator_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/startup/startup_browser_creator_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/sync/one_click_signin_helper.h View 1 chunk +1 line, -1 line 0 comments Download
A + chrome/browser/ui/sync/sync_promo_ui.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + chrome/browser/ui/sync/sync_promo_ui.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/extensions/extension_installed_bubble.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/ntp/ntp_login_handler.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/ntp/ntp_resource_cache.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/set_as_default_browser_ui.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/signin/login_ui_service.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/sync_promo/sync_promo_trial.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/sync_promo/sync_promo_trial.cc View 1 chunk +1 line, -1 line 0 comments Download
D chrome/browser/ui/webui/sync_promo/sync_promo_ui.h View 1 chunk +0 lines, -87 lines 0 comments Download
D chrome/browser/ui/webui/sync_promo/sync_promo_ui.cc View 1 chunk +0 lines, -275 lines 0 comments Download
M chrome/browser/ui/webui/sync_setup_handler.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome_browser_ui.gypi View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
bcwhite
7 years, 6 months ago (2013-06-19 21:53:54 UTC) #1
Jói
LGTM except for include guard in one file, see below. https://codereview.chromium.org/17167006/diff/1/chrome/browser/ui/sync/sync_promo_ui.h File chrome/browser/ui/sync/sync_promo_ui.h (right): https://codereview.chromium.org/17167006/diff/1/chrome/browser/ui/sync/sync_promo_ui.h#newcode5 ...
7 years, 6 months ago (2013-06-19 22:11:08 UTC) #2
sky
When listing multiple reviewers please list who should review what review. If you picked me ...
7 years, 6 months ago (2013-06-19 23:11:56 UTC) #3
bcwhite
Scott, I picked you because you apparently have permission into all the various directories that ...
7 years, 6 months ago (2013-06-20 21:26:16 UTC) #4
sky
LGTM (update header guards as Joi pointed out)
7 years, 6 months ago (2013-06-20 21:43:06 UTC) #5
bcwhite
fixed include guard on moved file
7 years, 6 months ago (2013-06-20 21:52:18 UTC) #6
bcwhite
https://codereview.chromium.org/17167006/diff/1/chrome/browser/ui/sync/sync_promo_ui.h File chrome/browser/ui/sync/sync_promo_ui.h (right): https://codereview.chromium.org/17167006/diff/1/chrome/browser/ui/sync/sync_promo_ui.h#newcode5 chrome/browser/ui/sync/sync_promo_ui.h:5: #ifndef CHROME_BROWSER_UI_WEBUI_SYNC_PROMO_SYNC_PROMO_UI_H_ On 2013/06/19 22:11:09, Jói wrote: > Include ...
7 years, 6 months ago (2013-06-20 21:52:43 UTC) #7
Jói
LGTM
7 years, 6 months ago (2013-06-20 22:35:09 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bcwhite@chromium.org/17167006/8001
7 years, 6 months ago (2013-06-21 05:11:54 UTC) #9
commit-bot: I haz the power
7 years, 6 months ago (2013-06-21 15:24:30 UTC) #10
Message was sent while issue was closed.
Change committed as 207827

Powered by Google App Engine
This is Rietveld 408576698