CachePath is ignored

Bug #1298264 reported by Alberto Mardegan
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Oxide
Fix Released
High
Alberto Mardegan

Bug Description

I was working on a feature, and I noticed this in the source code:

http://bazaar.launchpad.net/~oxide-developers/oxide/oxide.trunk/view/head:/shared/browser/oxide_browser_context.h#L123

================
  struct Params {
    Params(const base::FilePath& path,
           const base::FilePath& cache_path) :
        path(path), cache_path(path) {}

    base::FilePath path;
    base::FilePath cache_path;
  };
================

The "cache_path" member is initialized with the value of the "path" parameter; looks like the "cache_path" parameter is therefore ignored.

Related branches

Changed in oxide:
importance: Undecided → High
status: New → Triaged
Alberto Mardegan (mardy)
Changed in oxide:
assignee: nobody → Alberto Mardegan (mardy)
Alberto Mardegan (mardy)
Changed in oxide:
status: Triaged → In Progress
Changed in oxide:
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.