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

Side by Side Diff: chrome/browser/ui/views/athena/chrome_browser_main_extra_parts_athena.cc

Issue 542413002: Move launcher API to athena/main/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
« no previous file with comments | « chrome/browser/ui/views/athena/DEPS ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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/views/athena/chrome_browser_main_extra_parts_athena. h" 5 #include "chrome/browser/ui/views/athena/chrome_browser_main_extra_parts_athena. h"
6 6
7 #include "athena/extensions/public/extensions_delegate.h" 7 #include "athena/extensions/public/extensions_delegate.h"
8 #include "athena/main/athena_launcher.h" 8 #include "athena/main/public/athena_launcher.h"
9 #include "base/macros.h" 9 #include "base/macros.h"
10 #include "chrome/browser/browser_process.h" 10 #include "chrome/browser/browser_process.h"
11 #include "chrome/browser/chrome_browser_main_extra_parts.h" 11 #include "chrome/browser/chrome_browser_main_extra_parts.h"
12 #include "chrome/browser/profiles/profile.h" 12 #include "chrome/browser/profiles/profile.h"
13 #include "chrome/browser/profiles/profile_manager.h" 13 #include "chrome/browser/profiles/profile_manager.h"
14 #include "content/public/browser/browser_thread.h" 14 #include "content/public/browser/browser_thread.h"
15 15
16 namespace { 16 namespace {
17 17
18 class ChromeBrowserMainExtraPartsAthena : public ChromeBrowserMainExtraParts { 18 class ChromeBrowserMainExtraPartsAthena : public ChromeBrowserMainExtraParts {
(...skipping 17 matching lines...) Expand all
36 36
37 private: 37 private:
38 DISALLOW_COPY_AND_ASSIGN(ChromeBrowserMainExtraPartsAthena); 38 DISALLOW_COPY_AND_ASSIGN(ChromeBrowserMainExtraPartsAthena);
39 }; 39 };
40 40
41 } // namespace 41 } // namespace
42 42
43 ChromeBrowserMainExtraParts* CreateChromeBrowserMainExtraPartsAthena() { 43 ChromeBrowserMainExtraParts* CreateChromeBrowserMainExtraPartsAthena() {
44 return new ChromeBrowserMainExtraPartsAthena(); 44 return new ChromeBrowserMainExtraPartsAthena();
45 } 45 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/athena/DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698