~oxide-developers/oxide/1.3

« back to all changes in this revision

Viewing changes to shared/browser/oxide_browser_process_main.h

  • Committer: Olivier Tilloy
  • Date: 2014-10-28 22:09:14 UTC
  • Revision ID: olivier.tilloy@canonical.com-20141028220914-df0cy46k8qql31ci
Tags: QT_1_3_2
Delegate unhandled URL schemes to the system.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
namespace oxide {
27
27
 
28
28
class ContentMainDelegate;
 
29
class PlatformIntegration;
29
30
class SharedGLContext;
30
31
 
31
32
// This class basically encapsulates the process-wide bits that would
40
41
 
41
42
  // Creates the BrowserProcessMain singleton and starts the
42
43
  // browser process components
43
 
  virtual void Start(scoped_ptr<ContentMainDelegate> delegate) = 0;
 
44
  virtual void Start(scoped_ptr<ContentMainDelegate> delegate,
 
45
                     scoped_ptr<PlatformIntegration> platform) = 0;
44
46
 
45
47
  // Quit the browser process components and delete the
46
48
  // BrowserProcessMain singleton