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

Side by Side Diff: chrome/browser/ui/toolbar/mock_media_router_action_controller.cc

Issue 2678083005: Remove extension-to-component migration mechanism (Closed)
Patch Set: Address Derek's comments Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/browser/ui/toolbar/mock_media_router_action_controller.h" 5 #include "chrome/browser/ui/toolbar/mock_media_router_action_controller.h"
6 6
7 #include "chrome/browser/media/router/media_router_factory.h" 7 #include "chrome/browser/media/router/media_router_factory.h"
8 8
9 MockMediaRouterActionController::MockMediaRouterActionController( 9 MockMediaRouterActionController::MockMediaRouterActionController(
10 Profile* profile) 10 Profile* profile)
11 : MediaRouterActionController( 11 : MediaRouterActionController(
12 profile, 12 profile,
13 media_router::MediaRouterFactory::GetApiForBrowserContext(profile), 13 media_router::MediaRouterFactory::GetApiForBrowserContext(profile),
14 nullptr,
15 nullptr) {} 14 nullptr) {}
16 MockMediaRouterActionController::~MockMediaRouterActionController() {} 15 MockMediaRouterActionController::~MockMediaRouterActionController() {}
OLDNEW
« no previous file with comments | « chrome/browser/ui/toolbar/mock_component_toolbar_actions_factory.cc ('k') | chrome/browser/ui/toolbar/toolbar_actions_model.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698