Chromium Code Reviews
Description[Android WebAPK] Make webapk_installer.cc return proto as base64 string
This CL makes webapk_installer.cc return the proto as a base64 encoded string
instead of as a byte array. This change is because SharedPreferences does not
support array extras. We can't set the serialized proto as an extra on
com.google.android.gms.gcm.Task because the size of the extras on Tasks is
capped at 10Kb.
BUG=713655
Patch Set 1 #
Total comments: 5
Patch Set 2 : Merge branch 'background_updates0_5' into background_updates00 #
Total comments: 3
Patch Set 3 : Merge branch 'master' into background_updates00 #Messages
Total messages: 11 (3 generated)
|