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

Unified Diff: chrome/browser/browser_process_impl.h

Issue 8574070: Move enabling IPC logging for all child processes to the Content API. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: sync Created 9 years, 1 month 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/browser_process.h ('k') | chrome/browser/browser_process_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser_process_impl.h
===================================================================
--- chrome/browser/browser_process_impl.h (revision 110645)
+++ chrome/browser/browser_process_impl.h (working copy)
@@ -113,19 +113,10 @@
#endif
virtual ChromeNetLog* net_log() OVERRIDE;
-
virtual prerender::PrerenderTracker* prerender_tracker() OVERRIDE;
-
-#if defined(IPC_MESSAGE_LOG_ENABLED)
- virtual void SetIPCLoggingEnabled(bool enable) OVERRIDE;
-#endif
-
virtual MHTMLGenerationManager* mhtml_generation_manager() OVERRIDE;
-
virtual GpuBlacklistUpdater* gpu_blacklist_updater() OVERRIDE;
-
virtual ComponentUpdateService* component_updater() OVERRIDE;
-
virtual CRLSetFetcher* crl_set_fetcher();
private:
@@ -168,10 +159,6 @@
void ApplyAllowCrossOriginAuthPromptPolicy();
void ApplyDefaultBrowserPolicy();
-#if defined(IPC_MESSAGE_LOG_ENABLED)
- void SetIPCLoggingEnabledForChildProcesses(bool enabled);
-#endif
-
bool created_resource_dispatcher_host_;
scoped_ptr<ResourceDispatcherHost> resource_dispatcher_host_;
« no previous file with comments | « chrome/browser/browser_process.h ('k') | chrome/browser/browser_process_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698