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

Issue 3244002: (2nd try) Add a helper class that keeps per-profile information for FileSystem API (Closed)

Created:
10 years, 3 months ago by kinuko
Modified:
9 years, 7 months ago
Reviewers:
dmazzoni
CC:
chromium-reviews, brettw-cc_chromium.org, Paweł Hajdan Jr., darin-cc_chromium.org, ben+cc_chromium.org
Visibility:
Public.

Description

Add a helper class that keeps per-profile information for FileSystem API Reapplying with the correct constructor order in resource_message_filter. The original one was: http://codereview.chromium.org/3028033 Reverted due to rebase/merge failure: http://codereview.chromium.org/3243005 BUG=32277 TEST=FileSystemHostContextTest TBR=dmazzoni Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=57733

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+289 lines, -5 lines) Patch
M chrome/browser/file_system/file_system_dispatcher_host.h View 3 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/file_system/file_system_dispatcher_host.cc View 2 chunks +35 lines, -5 lines 0 comments Download
A chrome/browser/file_system/file_system_host_context.h View 1 chunk +51 lines, -0 lines 0 comments Download
A chrome/browser/file_system/file_system_host_context.cc View 1 chunk +65 lines, -0 lines 0 comments Download
A chrome/browser/file_system/file_system_host_context_unittest.cc View 1 chunk +101 lines, -0 lines 0 comments Download
M chrome/browser/profile.h View 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/profile.cc View 3 chunks +12 lines, -0 lines 0 comments Download
M chrome/browser/profile_impl.h View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/profile_impl.cc View 2 chunks +9 lines, -0 lines 0 comments Download
M chrome/browser/renderer_host/resource_message_filter.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/testing_profile.h View 1 chunk +1 line, -0 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698