Commit ef307385 authored by Patrick Noland's avatar Patrick Noland Committed by Commit Bot

[Feed] Import feed@8b5b413652b197f591d4d9ec03e366225954e868

******************************Resource Sizes Diff******************************
Specifics:
       +77,824 bytes main lib size
      +617,972 bytes main dex size
    +1,011,638 bytes normalized apk size
InstallSize:
      +393,952 bytes APK size
    +1,116,980 bytes Estimated installed size (Android Go)
    +2,890,558 bytes Estimated installed size
InstallBreakdown (+2,890,980 bytes):
        +3,954 bytes Native resources (no l10n) size
        +2,265 bytes Non-compiled Android resources size
       +77,824 bytes Native code size
        +3,412 bytes PNG drawables size
          +661 bytes Package metadata size
    +2,774,872 bytes Java code size
       +27,992 bytes Compiled Android resources size
Dex:
        +2,929 entries fields
        +2,482 entries strings
        +3,781 entries unique methods
        +1,259 entries types
        +3,781 entries methods

Bug: 948739
Change-Id: Ibf9d7febb057daea8f17e241e58d5f8426292b6f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1790429Reviewed-by: default avatarWei-Yin Chen (陳威尹) <wychen@chromium.org>
Reviewed-by: default avatarPavel Yatsuk <pavely@chromium.org>
Commit-Queue: Patrick Noland <pnoland@chromium.org>
Cr-Commit-Position: refs/heads/master@{#694590}
parent 922f6019
...@@ -241,7 +241,7 @@ vars = { ...@@ -241,7 +241,7 @@ vars = {
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling feed # the commit queue can handle CLs rolling feed
# and whatever else without interference from each other. # and whatever else without interference from each other.
'feed_revision': '760bb171ed66f8385aa3720d90ca532ae51354cc', 'feed_revision': '8b5b413652b197f591d4d9ec03e366225954e868',
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling android_sdk_build-tools_version # the commit queue can handle CLs rolling android_sdk_build-tools_version
# and whatever else without interference from each other. # and whatever else without interference from each other.
......
...@@ -29,9 +29,8 @@ class ExploreSurfaceCoordinator { ...@@ -29,9 +29,8 @@ class ExploreSurfaceCoordinator {
interface FeedSurfaceCreator { interface FeedSurfaceCreator {
/** /**
* Creates the {@link FeedSurfaceCoordinator} for the specified mode. * Creates the {@link FeedSurfaceCoordinator} for the specified mode.
* @param isIncognito Whether it is in incognito mode.
* @return The {@link FeedSurfaceCoordinator}. * @return The {@link FeedSurfaceCoordinator}.
*/ */
FeedSurfaceCoordinator createFeedSurfaceCoordinator(boolean isIncognito); FeedSurfaceCoordinator createFeedSurfaceCoordinator();
} }
} }
\ No newline at end of file
...@@ -2,7 +2,7 @@ Name: Feed ...@@ -2,7 +2,7 @@ Name: Feed
Short name: feed Short name: feed
URL: https://chromium.googlesource.com/feed URL: https://chromium.googlesource.com/feed
Version: 0 Version: 0
Revision: 760bb171ed66f8385aa3720d90ca532ae51354cc Revision: 8b5b413652b197f591d4d9ec03e366225954e868
License: Apache 2.0 License: Apache 2.0
License File: LICENSE License File: LICENSE
Security Critical: yes Security Critical: yes
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment