summaryrefslogtreecommitdiffstats
path: root/media
diff options
context:
space:
mode:
authorsatorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-19 18:08:31 +0000
committersatorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-19 18:08:31 +0000
commit49b68ad947f0e77c23942aa93b104f5e2bcaea2e (patch)
tree985e6faf95069095187d6637c3232953d2b1f441 /media
parent12e30b0efe903af89932087cd203be1106e8c3d8 (diff)
downloadchromium_src-49b68ad947f0e77c23942aa93b104f5e2bcaea2e.zip
chromium_src-49b68ad947f0e77c23942aa93b104f5e2bcaea2e.tar.gz
chromium_src-49b68ad947f0e77c23942aa93b104f5e2bcaea2e.tar.bz2
gdata: Stop saving GDataFile::kind_ in proto
kind_ is only used for computing stats when documents list feed is loaded from the server, hence there is no need to save. Besides, saving C++ enum in proto is fragile, as C++ enum can change very easily which causes incompatibility with the enum values saved in proto. If we want to save enum in proto, we should define it in the proto file instead. BUG=135162 TEST=compiles Review URL: https://chromiumcodereview.appspot.com/10806033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147487 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media')
0 files changed, 0 insertions, 0 deletions