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

Unified Diff: chrome/browser/browser_process.h

Issue 7664018: Remove string from BrowserProcess interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/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);
};
« no previous file with comments | « no previous file | chrome/browser/plugin_data_remover_browsertest.cc » ('j') | chrome/browser/plugin_data_remover_browsertest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698