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

Unified Diff: chrome/browser/ui/webui/welcome_handler.h

Issue 2431543003: WelcomeHandler sometimes has browser_ null in ctor (Closed)
Patch Set: Change to GetBrowser()->ShowModalSigninWindow Created 4 years, 2 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/webui/welcome_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/welcome_handler.h
diff --git a/chrome/browser/ui/webui/welcome_handler.h b/chrome/browser/ui/webui/welcome_handler.h
index a9a7af7acf50c4d1cb1c6f82c9bf7f2f35e5dba6..55f186171a2638af757168643d38cdf1ea37bc75 100644
--- a/chrome/browser/ui/webui/welcome_handler.h
+++ b/chrome/browser/ui/webui/welcome_handler.h
@@ -37,8 +37,9 @@ class WelcomeHandler : public content::WebUIMessageHandler,
void HandleUserDecline(const base::ListValue* args);
void GoToNewTabPage();
+ Browser* GetBrowser();
+
Profile* profile_;
- Browser* browser_;
ProfileOAuth2TokenService* oauth2_token_service_;
WelcomeResult result_;
« no previous file with comments | « no previous file | chrome/browser/ui/webui/welcome_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698