~ci-train-bot/indicator-location/indicator-location-ubuntu-zesty-2138

« back to all changes in this revision

Viewing changes to src/service.cc

  • Committer: CI Train Bot
  • Author(s): Charles Kerr
  • Date: 2016-02-18 17:04:52 UTC
  • mfrom: (150.1.1 lp-1535353-remove-here-tos)
  • Revision ID: ci-train-bot@canonical.com-20160218170452-9mcp2fwfsh3orz68
Remove the "View HERE terms and conditions" menuitem Fixes: #1507793, #1535353
Approved by: PS Jenkins bot, Xavi Garcia, Matthew Paul Thomas

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
***
28
28
**/
29
29
 
30
 
Service :: Service (const std::shared_ptr<Controller>& controller, const std::shared_ptr<LicenseController>& license_controller):
 
30
Service :: Service (const std::shared_ptr<Controller>& controller):
31
31
  action_group (g_simple_action_group_new(), GObjectDeleter()),
32
 
  phone_profile (controller, license_controller, action_group),
 
32
  phone_profile (controller, action_group),
33
33
  name_lost_callback (nullptr),
34
34
  name_lost_user_data (0),
35
35
  action_group_export_id (0),