Home | History | Annotate | Download | only in base

Lines Matching defs:TestingBrowserProcess

50 class TestingBrowserProcess : public BrowserProcess {
52 // Initializes |g_browser_process| with a new TestingBrowserProcess.
58 // Convenience method to get g_browser_process as a TestingBrowserProcess*.
59 static TestingBrowserProcess* GetGlobal();
141 TestingBrowserProcess();
142 virtual ~TestingBrowserProcess();
175 // The following objects are not owned by TestingBrowserProcess:
184 DISALLOW_COPY_AND_ASSIGN(TestingBrowserProcess);
187 // RAII (resource acquisition is initialization) for TestingBrowserProcess.
188 // Allows you to initialize TestingBrowserProcess/NotificationService before
192 // suite because browser_tests do not make a TestingBrowserProcess for you.