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

Unified Diff: chrome/browser/chrome_browser_main.h

Issue 856733004: Loading the Launcher with a Locked Profile launched UserManager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move ProfileLocked check. Add unit test. Created 5 years, 11 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/chrome_browser_main.h
diff --git a/chrome/browser/chrome_browser_main.h b/chrome/browser/chrome_browser_main.h
index 65cbaa378ad7ad5f601582859a2d3cd3eb1d1ec8..aa9d6cc450e473c182a14fcaf3bdae9cb2386397 100644
--- a/chrome/browser/chrome_browser_main.h
+++ b/chrome/browser/chrome_browser_main.h
@@ -87,6 +87,9 @@ class ChromeBrowserMainParts : public content::BrowserMainParts {
const base::CommandLine& parsed_command_line() const {
return parsed_command_line_;
}
+ const base::FilePath& user_data_dir() const {
+ return user_data_dir_;
+ }
Profile* profile() { return profile_; }
« no previous file with comments | « no previous file | chrome/browser/chrome_browser_main_mac.mm » ('j') | chrome/browser/ui/app_list/app_list_service_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698