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

Unified Diff: chrome/browser/browser_process.h

Issue 3806005: FBTF: More ctor/dtor cleanup. (Closed) Base URL: http://git.chromium.org/git/chromium.git
Patch Set: Created 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/appcache/view_appcache_internals_job_factory.cc ('k') | chrome/browser/browser_process.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser_process.h
diff --git a/chrome/browser/browser_process.h b/chrome/browser/browser_process.h
index 3293d98fe8f51b1babc689bb2f5f3f4d87d45d0b..54979327bc57b90ba982d9664ee23b19a32fc7f3 100644
--- a/chrome/browser/browser_process.h
+++ b/chrome/browser/browser_process.h
@@ -49,8 +49,8 @@ class IOThread;
// These functions shouldn't return NULL unless otherwise noted.
class BrowserProcess {
public:
- BrowserProcess() {}
- virtual ~BrowserProcess() {}
+ BrowserProcess();
+ virtual ~BrowserProcess();
// Invoked when the user is logging out/shutting down. When logging off we may
// not have enough time to do a normal shutdown. This method is invoked prior
« no previous file with comments | « chrome/browser/appcache/view_appcache_internals_job_factory.cc ('k') | chrome/browser/browser_process.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698