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

Issue 10387155: Web Intents: Remove the flag and compile-time define. (Closed)

Created:
8 years, 7 months ago by James Hawkins
Modified:
8 years, 7 months ago
CC:
chromium-reviews, Avi (use Gerrit), mihaip-chromium-reviews_chromium.org, creis+watch_chromium.org, jochen+watch-content_chromium.org, dhollowa+watch_chromium.org, brettw-cc_chromium.org, jam, joi+watch-content_chromium.org, Aaron Boodman, darin-cc_chromium.org, ajwong+watch_chromium.org
Visibility:
Public.

Description

Web Intents: Remove the flag and compile-time define. BUG=none TEST=none R=gbillock Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=137488

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -50 lines) Patch
M chrome/browser/content_settings/host_content_settings_map.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/browser/intents/web_intents_util.cc View 1 chunk +1 line, -7 lines 0 comments Download
M chrome/browser/prefs/browser_prefs.cc View 1 chunk +1 line, -4 lines 0 comments Download
M chrome/browser/profiles/profile_dependency_manager.cc View 1 chunk +1 line, -3 lines 0 comments Download
M chrome/browser/ui/browser.cc View 2 chunks +0 lines, -4 lines 0 comments Download
M chrome/browser/ui/extensions/shell_window.cc View 2 chunks +1 line, -4 lines 0 comments Download
M chrome/browser/ui/tab_contents/tab_contents_wrapper.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/browser/webdata/web_data_service_unittest.cc View 2 chunks +0 lines, -2 lines 0 comments Download
M chrome/browser/webdata/web_intents_table_unittest.cc View 2 chunks +0 lines, -2 lines 0 comments Download
M content/browser/intents/intent_injector.cc View 2 chunks +7 lines, -13 lines 0 comments Download
M content/public/common/content_switches.h View 1 chunk +0 lines, -1 line 0 comments Download
M content/public/common/content_switches.cc View 1 chunk +0 lines, -3 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
James Hawkins
8 years, 7 months ago (2012-05-16 18:37:04 UTC) #1
commit-bot: I haz the power
No LGTM from a valid reviewer yet. Only full committers are accepted. Even if an ...
8 years, 7 months ago (2012-05-16 19:58:55 UTC) #2
Greg Billock
On 2012/05/16 18:37:04, James Hawkins wrote: lgtm. Copy jgreenwald to make sure Android is OK, ...
8 years, 7 months ago (2012-05-16 19:59:56 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jhawkins@chromium.org/10387155/1
8 years, 7 months ago (2012-05-16 20:01:31 UTC) #4
commit-bot: I haz the power
Presubmit check for 10387155-1 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 7 months ago (2012-05-16 20:01:43 UTC) #5
Jesse Greenwald
This flag exists to fix linker errors on Android - we're trying get unit_tests up ...
8 years, 7 months ago (2012-05-16 21:52:24 UTC) #6
James Hawkins
On 2012/05/16 21:52:24, jgreenwald1 wrote: > This flag exists to fix linker errors on Android ...
8 years, 7 months ago (2012-05-16 21:55:15 UTC) #7
Jesse Greenwald
On 2012/05/16 21:55:15, James Hawkins wrote: > On 2012/05/16 21:52:24, jgreenwald1 wrote: > > This ...
8 years, 7 months ago (2012-05-16 22:19:06 UTC) #8
Yaron
On 2012/05/16 22:19:06, jgreenwald1 wrote: > On 2012/05/16 21:55:15, James Hawkins wrote: > > On ...
8 years, 7 months ago (2012-05-17 15:46:38 UTC) #9
James Hawkins
On 2012/05/17 15:46:38, Yaron wrote: > On 2012/05/16 22:19:06, jgreenwald1 wrote: > > On 2012/05/16 ...
8 years, 7 months ago (2012-05-17 16:10:12 UTC) #10
James Hawkins
On 2012/05/17 16:10:12, James Hawkins wrote: > On 2012/05/17 15:46:38, Yaron wrote: > > On ...
8 years, 7 months ago (2012-05-17 16:13:16 UTC) #11
Yaron
On 2012/05/17 16:10:12, James Hawkins wrote: > On 2012/05/17 15:46:38, Yaron wrote: > > On ...
8 years, 7 months ago (2012-05-17 17:04:25 UTC) #12
James Hawkins
8 years, 7 months ago (2012-05-17 17:18:21 UTC) #13
> 
> jam@ and ben@ specifically requested we use if-defs for feature-disablement as
> opposed to stubs. In this case there aren't many if-defs so it seems like the
> cleaner approach. On top of that, the size of the shared library has real
> implications on Android so removing unneeded code leads to improvements in
> start-up time.
> 

Thanks for the background, Yaron.  I started a thread between the four of us to
discuss the issue.

Powered by Google App Engine
This is Rietveld 408576698