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

Issue 582673002: Fixed Build breaks while notification is enabled and extension is disabled. (Closed)

Created:
6 years, 3 months ago by Jitu( very slow this week)
Modified:
6 years, 3 months ago
Reviewers:
stevenjb, Jun Mukai, dewittj
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Fixed Build breaks while notification is enabled and extension is disabled. This patch will fixed the build errors which is due to while notification flag is enabled and extension flag is disabled. BUG=None Committed: https://crrev.com/7a629442652c4df0bdf71c9d7a23f446a0418886 Cr-Commit-Position: refs/heads/master@{#296352}

Patch Set 1 #

Total comments: 13

Patch Set 2 : Fix review comments #

Total comments: 2

Patch Set 3 : fixed the comments #

Total comments: 2

Patch Set 4 : fix comments #

Total comments: 1

Patch Set 5 : Modified as chromium style #

Patch Set 6 : Changed header alphabetically #

Patch Set 7 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -6 lines) Patch
M chrome/browser/chrome_content_browser_client.cc View 1 2 3 4 5 6 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/notifications/desktop_notification_service.h View 1 2 3 4 5 6 5 chunks +16 lines, -4 lines 0 comments Download
M chrome/browser/notifications/desktop_notification_service.cc View 1 2 3 4 5 6 4 chunks +6 lines, -2 lines 0 comments Download

Messages

Total messages: 28 (6 generated)
Jitu( very slow this week)
PTAL
6 years, 3 months ago (2014-09-18 10:03:36 UTC) #2
stevenjb
+mukai@ who is more recently familiar with this code. https://codereview.chromium.org/582673002/diff/1/chrome/browser/notifications/desktop_notification_service.h File chrome/browser/notifications/desktop_notification_service.h (right): https://codereview.chromium.org/582673002/diff/1/chrome/browser/notifications/desktop_notification_service.h#newcode64 chrome/browser/notifications/desktop_notification_service.h:64: ...
6 years, 3 months ago (2014-09-18 17:56:08 UTC) #4
Jun Mukai
+dewittj, peter https://codereview.chromium.org/582673002/diff/1/chrome/browser/notifications/desktop_notification_service.h File chrome/browser/notifications/desktop_notification_service.h (right): https://codereview.chromium.org/582673002/diff/1/chrome/browser/notifications/desktop_notification_service.h#newcode64 chrome/browser/notifications/desktop_notification_service.h:64: public extensions::ExtensionRegistryObserver On 2014/09/18 17:56:08, stevenjb wrote: ...
6 years, 3 months ago (2014-09-18 18:07:13 UTC) #6
dewittj
https://codereview.chromium.org/582673002/diff/1/chrome/browser/notifications/desktop_notification_service.h File chrome/browser/notifications/desktop_notification_service.h (right): https://codereview.chromium.org/582673002/diff/1/chrome/browser/notifications/desktop_notification_service.h#newcode64 chrome/browser/notifications/desktop_notification_service.h:64: public extensions::ExtensionRegistryObserver On 2014/09/18 18:07:13, Jun Mukai wrote: > ...
6 years, 3 months ago (2014-09-18 19:24:45 UTC) #7
dewittj
https://codereview.chromium.org/582673002/diff/1/chrome/browser/notifications/desktop_notification_service.cc File chrome/browser/notifications/desktop_notification_service.cc (right): https://codereview.chromium.org/582673002/diff/1/chrome/browser/notifications/desktop_notification_service.cc#newcode101 chrome/browser/notifications/desktop_notification_service.cc:101: #if defined(ENABLE_EXTENSION) this should be ENABLE_EXTENSIONS https://codereview.chromium.org/582673002/diff/1/chrome/browser/notifications/desktop_notification_service.cc#newcode126 chrome/browser/notifications/desktop_notification_service.cc:126: #if ...
6 years, 3 months ago (2014-09-19 17:33:05 UTC) #8
Peter Beverloo
This seems fine to me % existing comments. Assuming you are doing this for Android, ...
6 years, 3 months ago (2014-09-19 17:36:41 UTC) #9
Jitu( very slow this week)
PTAL... https://codereview.chromium.org/582673002/diff/1/chrome/browser/notifications/desktop_notification_service.cc File chrome/browser/notifications/desktop_notification_service.cc (right): https://codereview.chromium.org/582673002/diff/1/chrome/browser/notifications/desktop_notification_service.cc#newcode101 chrome/browser/notifications/desktop_notification_service.cc:101: #if defined(ENABLE_EXTENSION) On 2014/09/19 17:33:05, dewittj wrote: > ...
6 years, 3 months ago (2014-09-22 05:49:45 UTC) #10
Jun Mukai
https://codereview.chromium.org/582673002/diff/20001/chrome/browser/chrome_content_browser_client.cc File chrome/browser/chrome_content_browser_client.cc (right): https://codereview.chromium.org/582673002/diff/20001/chrome/browser/chrome_content_browser_client.cc#newcode1868 chrome/browser/chrome_content_browser_client.cc:1868: #if defined(ENABLED_EXTENSIONS) ENABLE_EXTENSIONS not ENABLED
6 years, 3 months ago (2014-09-22 05:53:16 UTC) #11
Jitu( very slow this week)
PTAL ... Thanks https://codereview.chromium.org/582673002/diff/20001/chrome/browser/chrome_content_browser_client.cc File chrome/browser/chrome_content_browser_client.cc (right): https://codereview.chromium.org/582673002/diff/20001/chrome/browser/chrome_content_browser_client.cc#newcode1868 chrome/browser/chrome_content_browser_client.cc:1868: #if defined(ENABLED_EXTENSIONS) On 2014/09/22 05:53:16, Jun ...
6 years, 3 months ago (2014-09-22 05:56:58 UTC) #12
Jun Mukai
sorry for commenting one by one... :-/ https://codereview.chromium.org/582673002/diff/40001/chrome/browser/notifications/desktop_notification_service.h File chrome/browser/notifications/desktop_notification_service.h (right): https://codereview.chromium.org/582673002/diff/40001/chrome/browser/notifications/desktop_notification_service.h#newcode25 chrome/browser/notifications/desktop_notification_service.h:25: #include "extensions/browser/extension_registry_observer.h" ...
6 years, 3 months ago (2014-09-22 06:00:25 UTC) #13
Jun Mukai
also it would be ideal to cleanup the #include in chrome_content_browser_client.cc, but it could be ...
6 years, 3 months ago (2014-09-22 06:02:12 UTC) #14
Jitu( very slow this week)
Hi Mukai, Fixed the comments by you. PTAL. I will be doing clean up of ...
6 years, 3 months ago (2014-09-22 06:10:08 UTC) #15
Jun Mukai
https://codereview.chromium.org/582673002/diff/60001/chrome/browser/notifications/desktop_notification_service.h File chrome/browser/notifications/desktop_notification_service.h (right): https://codereview.chromium.org/582673002/diff/60001/chrome/browser/notifications/desktop_notification_service.h#newcode25 chrome/browser/notifications/desktop_notification_service.h:25: #if defined(ENABLE_EXTENSIONS) Please move this below. Our style is: ...
6 years, 3 months ago (2014-09-22 07:22:48 UTC) #16
Jitu( very slow this week)
PTAL
6 years, 3 months ago (2014-09-22 07:26:40 UTC) #17
Jun Mukai
No, that is not what I said. Please see desktop_notification_service.cc The file should have the ...
6 years, 3 months ago (2014-09-22 07:31:41 UTC) #18
Jitu( very slow this week)
Thanks PTAL...
6 years, 3 months ago (2014-09-22 08:21:53 UTC) #19
Jun Mukai
lgtm
6 years, 3 months ago (2014-09-22 18:23:06 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/582673002/100001
6 years, 3 months ago (2014-09-23 08:12:34 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: mac_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/mac_gpu/builds/59384)
6 years, 3 months ago (2014-09-23 08:15:11 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/582673002/120001
6 years, 3 months ago (2014-09-24 04:46:34 UTC) #26
commit-bot: I haz the power
Committed patchset #7 (id:120001) as 0de4a347430ce7f39422510139d5b013f7b240ff
6 years, 3 months ago (2014-09-24 05:24:48 UTC) #27
commit-bot: I haz the power
6 years, 3 months ago (2014-09-24 05:25:16 UTC) #28
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/7a629442652c4df0bdf71c9d7a23f446a0418886
Cr-Commit-Position: refs/heads/master@{#296352}

Powered by Google App Engine
This is Rietveld 408576698