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

Unified Diff: chrome/test/base/testing_browser_process.h

Issue 7744039: Switch ChromeTestSuite to the same convention as ContentTestSuite: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more fixing Created 9 years, 4 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/base/testing_browser_process.h
diff --git a/chrome/test/base/testing_browser_process.h b/chrome/test/base/testing_browser_process.h
index 57eeda8c513d44fe66decd10a2bb5387df60e512..56598754218f5ecd1d1948631e09e665e5b9b2da 100644
--- a/chrome/test/base/testing_browser_process.h
+++ b/chrome/test/base/testing_browser_process.h
@@ -148,20 +148,4 @@ class TestingBrowserProcess : public BrowserProcess {
DISALLOW_COPY_AND_ASSIGN(TestingBrowserProcess);
};
-// Scoper to put a TestingBrowserProcess in |g_browser_process|.
-class ScopedTestingBrowserProcess {
- public:
- ScopedTestingBrowserProcess();
- ~ScopedTestingBrowserProcess();
-
- TestingBrowserProcess* get() {
- return &browser_process_;
- }
-
- private:
- TestingBrowserProcess browser_process_;
-
- DISALLOW_COPY_AND_ASSIGN(ScopedTestingBrowserProcess);
-};
-
#endif // CHROME_TEST_BASE_TESTING_BROWSER_PROCESS_H_

Powered by Google App Engine
This is Rietveld 408576698