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

Unified Diff: chrome/browser/ui/browser.cc

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 | « chrome/browser/ui/browser.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/browser.cc
diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
index 0c456cddc5fbd8f3ad6164a9c02f89e62fec00ea..d20a8a0395354533fef23172d77492d494698c21 100644
--- a/chrome/browser/ui/browser.cc
+++ b/chrome/browser/ui/browser.cc
@@ -520,15 +520,6 @@ void Browser::InitBrowserWindow() {
///////////////////////////////////////////////////////////////////////////////
// Getters & Setters
-const std::vector<std::wstring>& Browser::user_data_dir_profiles() const {
- return g_browser_process->user_data_dir_profiles();
-}
-
-void Browser::set_user_data_dir_profiles(
- const std::vector<std::wstring>& profiles) {
- g_browser_process->user_data_dir_profiles() = profiles;
-}
-
FindBarController* Browser::GetFindBarController() {
if (!find_bar_controller_.get()) {
FindBar* find_bar = window_->CreateFindBar();
« no previous file with comments | « chrome/browser/ui/browser.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698