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

Side by Side Diff: chromecast/shell/browser/cast_browser_main_parts.h

Issue 610503002: Chromecast: always enable "Media" blink logging. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: added one space (style) Created 6 years, 2 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 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 #ifndef CHROMECAST_SHELL_BROWSER_CAST_BROWSER_MAIN_PARTS_H_ 5 #ifndef CHROMECAST_SHELL_BROWSER_CAST_BROWSER_MAIN_PARTS_H_
6 #define CHROMECAST_SHELL_BROWSER_CAST_BROWSER_MAIN_PARTS_H_ 6 #define CHROMECAST_SHELL_BROWSER_CAST_BROWSER_MAIN_PARTS_H_
7 7
8 #include "base/macros.h" 8 #include "base/macros.h"
9 #include "base/memory/ref_counted.h" 9 #include "base/memory/ref_counted.h"
10 #include "base/memory/scoped_ptr.h" 10 #include "base/memory/scoped_ptr.h"
(...skipping 15 matching lines...) Expand all
26 // content::BrowserMainParts implementation: 26 // content::BrowserMainParts implementation:
27 virtual void PreMainMessageLoopStart() OVERRIDE; 27 virtual void PreMainMessageLoopStart() OVERRIDE;
28 virtual void PostMainMessageLoopStart() OVERRIDE; 28 virtual void PostMainMessageLoopStart() OVERRIDE;
29 virtual int PreCreateThreads() OVERRIDE; 29 virtual int PreCreateThreads() OVERRIDE;
30 virtual void PreMainMessageLoopRun() OVERRIDE; 30 virtual void PreMainMessageLoopRun() OVERRIDE;
31 virtual bool MainMessageLoopRun(int* result_code) OVERRIDE; 31 virtual bool MainMessageLoopRun(int* result_code) OVERRIDE;
32 virtual void PostMainMessageLoopRun() OVERRIDE; 32 virtual void PostMainMessageLoopRun() OVERRIDE;
33 33
34 private: 34 private:
35 scoped_ptr<CastBrowserProcess> cast_browser_process_; 35 scoped_ptr<CastBrowserProcess> cast_browser_process_;
36 const content::MainFunctionParams parameters_; // For running browser tests. 36 const content::MainFunctionParams parameters_; // For running browser tests.
37 URLRequestContextFactory* const url_request_context_factory_; 37 URLRequestContextFactory* const url_request_context_factory_;
38 38
39 DISALLOW_COPY_AND_ASSIGN(CastBrowserMainParts); 39 DISALLOW_COPY_AND_ASSIGN(CastBrowserMainParts);
40 }; 40 };
41 41
42 } // namespace shell 42 } // namespace shell
43 } // namespace chromecast 43 } // namespace chromecast
44 44
45 #endif // CHROMECAST_SHELL_BROWSER_CAST_BROWSER_MAIN_PARTS_H_ 45 #endif // CHROMECAST_SHELL_BROWSER_CAST_BROWSER_MAIN_PARTS_H_
OLDNEW
« no previous file with comments | « chromecast/service/cast_service_simple.h ('k') | chromecast/shell/browser/cast_browser_main_parts.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698