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

Unified Diff: chrome/browser/browser_process.h

Issue 7497050: Remove wstrings that aren't used from browser.h and browser_process.h. (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
« no previous file with comments | « no previous file | chrome/browser/ui/browser.h » ('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 4d7c430d3c5ddef0ad1ed8339034025cd8ce0bae..0e19d7dc7b5a051978b81a704a4d5f6b7111b985 100644
--- a/chrome/browser/browser_process.h
+++ b/chrome/browser/browser_process.h
@@ -185,11 +185,6 @@ class BrowserProcess {
virtual DownloadStatusUpdater* download_status_updater() = 0;
- // Returns a reference to the user-data-dir based profiles vector.
- std::vector<std::wstring>& user_data_dir_profiles() {
- return user_data_dir_profiles_;
- }
-
// Returns the object that watches for changes in the closeable state of tab.
virtual TabCloseableStateWatcher* tab_closeable_state_watcher() = 0;
@@ -250,9 +245,6 @@ class BrowserProcess {
virtual ComponentUpdateService* component_updater() = 0;
private:
- // User-data-dir based profiles.
- std::vector<std::wstring> user_data_dir_profiles_;
-
// Used for testing plugin data removal at shutdown.
std::string plugin_data_remover_mime_type_;
« no previous file with comments | « no previous file | chrome/browser/ui/browser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698