~marcustomlinson/unity-scope-click/lp-1578283

« back to all changes in this revision

Viewing changes to scope/clickapps/apps-scope.cpp

  • Committer: Marcus Tomlinson
  • Date: 2016-05-09 14:57:51 UTC
  • Revision ID: marcus.tomlinson@canonical.com-20160509145751-p163s2yqdhspz3v8
Revert really-we-want-to-sign-all-the-requests changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
    static const int zero = 0;
83
83
    auto emptyCb = [this]()
84
84
    {
85
 
        sso.reset(new click::CredentialsService());
86
 
        client->setCredentialsService(sso);
87
85
        dm.reset(Ubuntu::DownloadManager::Manager::createSessionManager());
88
86
        qt_ready_p.set_value();
89
87
    };