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

Issue 10828083: gdata: Add GDataDirectoryService::AddEntryToDirectory() (Closed)

Created:
8 years, 4 months ago by satorux1
Modified:
8 years, 4 months ago
Reviewers:
achuithb
CC:
chromium-reviews, achuith+watch_chromium.org, oshima+watch_chromium.org, stevenjb+watch_chromium.org, nkostylev+watch_chromium.org, davemoore+watch_chromium.org
Visibility:
Public.

Description

gdata: Add GDataDirectoryService::AddEntryToDirectory() Replace uses of GDataDirectory::AddEntry() with the new function in tests. Along the way, make GDataEntry::AddEntry() private. BUG=137725 TEST=out/Release/unit_tests --gtest_filter=GData* && out/Release/browser_tests --gtest_filter=GData* Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=149220

Patch Set 1 #

Total comments: 13

Patch Set 2 : address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+168 lines, -57 lines) Patch
M chrome/browser/chromeos/gdata/gdata_db_unittest.cc View 1 4 chunks +19 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_file_system.h View 1 chunk +21 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_file_system.cc View 2 chunks +30 lines, -28 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_file_system_interface.h View 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_files.h View 1 5 chunks +23 lines, -6 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_files.cc View 1 4 chunks +40 lines, -15 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_files_unittest.cc View 1 2 chunks +21 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_test_util.h View 1 2 chunks +8 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_test_util.cc View 1 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
satorux1
I haven't reviewed the patch myself yet so there may be rough edges (i need ...
8 years, 4 months ago (2012-07-30 23:34:47 UTC) #1
achuithb
http://codereview.chromium.org/10828083/diff/1/chrome/browser/chromeos/gdata/gdata_file_system.h File chrome/browser/chromeos/gdata/gdata_file_system.h (right): http://codereview.chromium.org/10828083/diff/1/chrome/browser/chromeos/gdata/gdata_file_system.h#newcode545 chrome/browser/chromeos/gdata/gdata_file_system.h:545: static void AddEntryToDirectoryAndCollectChangedDirectories( Why are these moved here from ...
8 years, 4 months ago (2012-07-31 00:06:52 UTC) #2
satorux1
http://codereview.chromium.org/10828083/diff/1/chrome/browser/chromeos/gdata/gdata_file_system.h File chrome/browser/chromeos/gdata/gdata_file_system.h (right): http://codereview.chromium.org/10828083/diff/1/chrome/browser/chromeos/gdata/gdata_file_system.h#newcode545 chrome/browser/chromeos/gdata/gdata_file_system.h:545: static void AddEntryToDirectoryAndCollectChangedDirectories( On 2012/07/31 00:06:52, achuith.bhandarkar wrote: > ...
8 years, 4 months ago (2012-07-31 00:28:30 UTC) #3
satorux1
http://codereview.chromium.org/10828083/diff/1/chrome/browser/chromeos/gdata/gdata_files.h File chrome/browser/chromeos/gdata/gdata_files.h (right): http://codereview.chromium.org/10828083/diff/1/chrome/browser/chromeos/gdata/gdata_files.h#newcode362 chrome/browser/chromeos/gdata/gdata_files.h:362: // ... On 2012/07/31 00:28:30, satorux1 wrote: > On ...
8 years, 4 months ago (2012-07-31 07:13:22 UTC) #4
achuithb
lgtm
8 years, 4 months ago (2012-07-31 09:22:07 UTC) #5
achuithb
8 years, 4 months ago (2012-07-31 09:22:54 UTC) #6
On 2012/07/31 09:22:07, achuith.bhandarkar wrote:
> lgtm

Please also update the subject line of this CL.

Powered by Google App Engine
This is Rietveld 408576698