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

Unified Diff: chrome/browser/ui/webui/signin/inline_login_handler_impl.h

Issue 572853002: Realigning the WeakPtrFactory initialization order in chrome/ui folder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed mac error Created 6 years, 3 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/ui/webui/signin/inline_login_handler_impl.h
diff --git a/chrome/browser/ui/webui/signin/inline_login_handler_impl.h b/chrome/browser/ui/webui/signin/inline_login_handler_impl.h
index 43b3387ba708e83eb4684dc4b8bbc5da48b90e4b..9f3c44dcb64bd1bc86fe441e022076617c0208cf 100644
--- a/chrome/browser/ui/webui/signin/inline_login_handler_impl.h
+++ b/chrome/browser/ui/webui/signin/inline_login_handler_impl.h
@@ -53,11 +53,12 @@ class InlineLoginHandlerImpl : public InlineLoginHandler,
const GURL& url,
content::PageTransition transition_type) OVERRIDE;
- base::WeakPtrFactory<InlineLoginHandlerImpl> weak_factory_;
// True if the user has navigated to untrusted domains during the signin
// process.
bool confirm_untrusted_signin_;
+ base::WeakPtrFactory<InlineLoginHandlerImpl> weak_factory_;
+
DISALLOW_COPY_AND_ASSIGN(InlineLoginHandlerImpl);
};

Powered by Google App Engine
This is Rietveld 408576698