Index: chrome/browser/browser_process.h |
diff --git a/chrome/browser/browser_process.h b/chrome/browser/browser_process.h |
index 7395bbe0eade8a049e5ce6954861ca2da3d7a67c..c0a3fc4d65a044497c4cfade4efe29c6a867b4a1 100644 |
--- a/chrome/browser/browser_process.h |
+++ b/chrome/browser/browser_process.h |
@@ -231,14 +231,6 @@ class BrowserProcess { |
virtual void SetIPCLoggingEnabled(bool enable) = 0; |
#endif |
- const std::string& plugin_data_remover_mime_type() const { |
- return plugin_data_remover_mime_type_; |
- } |
- |
- void set_plugin_data_remover_mime_type(const std::string& mime_type) { |
- plugin_data_remover_mime_type_ = mime_type; |
- } |
- |
virtual MHTMLGenerationManager* mhtml_generation_manager() = 0; |
virtual GpuBlacklistUpdater* gpu_blacklist_updater() = 0; |
@@ -246,9 +238,6 @@ class BrowserProcess { |
virtual ComponentUpdateService* component_updater() = 0; |
private: |
- // Used for testing plugin data removal at shutdown. |
- std::string plugin_data_remover_mime_type_; |
- |
DISALLOW_COPY_AND_ASSIGN(BrowserProcess); |
}; |