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

Issue 9947002: Wired preference that hides hosted documents for the directory view. (Closed)

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

Description

Wired preference that hides hosted documents for the directory view. BUG=chromium-os:28907 TEST=open file maneger, flip hosted documents option back and forth Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=130750

Patch Set 1 #

Patch Set 2 : #

Total comments: 10

Patch Set 3 : review fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+83 lines, -1 line) Patch
M chrome/browser/chromeos/gdata/gdata_file_system.h View 1 2 5 chunks +24 lines, -1 line 0 comments Download
M chrome/browser/chromeos/gdata/gdata_file_system.cc View 1 2 5 chunks +49 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_file_system_proxy.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_file_system_proxy.cc View 3 chunks +8 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/gdata/mock_gdata_file_system.h View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
zel
8 years, 8 months ago (2012-04-04 19:02:31 UTC) #1
achuithb
https://chromiumcodereview.appspot.com/9947002/diff/1001/chrome/browser/chromeos/gdata/gdata_file_system.cc File chrome/browser/chromeos/gdata/gdata_file_system.cc (right): https://chromiumcodereview.appspot.com/9947002/diff/1001/chrome/browser/chromeos/gdata/gdata_file_system.cc#newcode3820 chrome/browser/chromeos/gdata/gdata_file_system.cc:3820: pref_observer_.reset(new PrefSetObserver(profile_->GetPrefs(), this)); pref_observer_ doesn't seem to do anything? ...
8 years, 8 months ago (2012-04-04 19:14:11 UTC) #2
zel
https://chromiumcodereview.appspot.com/9947002/diff/1001/chrome/browser/chromeos/gdata/gdata_file_system.cc File chrome/browser/chromeos/gdata/gdata_file_system.cc (right): https://chromiumcodereview.appspot.com/9947002/diff/1001/chrome/browser/chromeos/gdata/gdata_file_system.cc#newcode3820 chrome/browser/chromeos/gdata/gdata_file_system.cc:3820: pref_observer_.reset(new PrefSetObserver(profile_->GetPrefs(), this)); On 2012/04/04 19:14:11, achuith.bhandarkar wrote: > ...
8 years, 8 months ago (2012-04-04 20:16:57 UTC) #3
achuithb
LGTM http://codereview.chromium.org/9947002/diff/1001/chrome/browser/chromeos/gdata/gdata_file_system.cc File chrome/browser/chromeos/gdata/gdata_file_system.cc (right): http://codereview.chromium.org/9947002/diff/1001/chrome/browser/chromeos/gdata/gdata_file_system.cc#newcode3820 chrome/browser/chromeos/gdata/gdata_file_system.cc:3820: pref_observer_.reset(new PrefSetObserver(profile_->GetPrefs(), this)); On 2012/04/04 20:16:57, zel wrote: ...
8 years, 8 months ago (2012-04-04 20:46:19 UTC) #4
satorux1
http://codereview.chromium.org/9947002/diff/1001/chrome/browser/chromeos/gdata/gdata_file_system.cc File chrome/browser/chromeos/gdata/gdata_file_system.cc (right): http://codereview.chromium.org/9947002/diff/1001/chrome/browser/chromeos/gdata/gdata_file_system.cc#newcode2707 chrome/browser/chromeos/gdata/gdata_file_system.cc:2707: } Please remove TODOs. My part won't need code ...
8 years, 8 months ago (2012-04-04 21:23:16 UTC) #5
satorux1
http://codereview.chromium.org/9947002/diff/1001/chrome/browser/chromeos/gdata/gdata_file_system.cc File chrome/browser/chromeos/gdata/gdata_file_system.cc (right): http://codereview.chromium.org/9947002/diff/1001/chrome/browser/chromeos/gdata/gdata_file_system.cc#newcode3820 chrome/browser/chromeos/gdata/gdata_file_system.cc:3820: pref_observer_.reset(new PrefSetObserver(profile_->GetPrefs(), this)); On 2012/04/04 20:46:19, achuith.bhandarkar wrote: > ...
8 years, 8 months ago (2012-04-04 21:47:11 UTC) #6
zel
http://codereview.chromium.org/9947002/diff/1001/chrome/browser/chromeos/gdata/gdata_file_system.cc File chrome/browser/chromeos/gdata/gdata_file_system.cc (right): http://codereview.chromium.org/9947002/diff/1001/chrome/browser/chromeos/gdata/gdata_file_system.cc#newcode2707 chrome/browser/chromeos/gdata/gdata_file_system.cc:2707: } On 2012/04/04 21:23:16, satorux1 wrote: > Please remove ...
8 years, 8 months ago (2012-04-04 22:14:18 UTC) #7
satorux1
8 years, 8 months ago (2012-04-04 22:16:33 UTC) #8
LGTM

Powered by Google App Engine
This is Rietveld 408576698