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

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

Issue 1148203002: Fix crash when logging in with an open uber page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 500? Created 5 years, 7 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/foreign_session_handler.h
diff --git a/chrome/browser/ui/webui/foreign_session_handler.h b/chrome/browser/ui/webui/foreign_session_handler.h
index 82cb6f75a2356c1218ad13d77bfd6535976640c3..81e96ab9ed415f823fca28a991a0e2fbf17a506e 100644
--- a/chrome/browser/ui/webui/foreign_session_handler.h
+++ b/chrome/browser/ui/webui/foreign_session_handler.h
@@ -58,9 +58,6 @@ class ForeignSessionHandler : public content::WebUIMessageHandler,
static OpenTabsUIDelegate* GetOpenTabsUIDelegate(content::WebUI* web_ui);
private:
- // Used to register ForeignSessionHandler for notifications.
- void Init();
-
// Determines how ForeignSessionHandler will interact with the new tab page.
void Observe(int type,
const content::NotificationSource& source,

Powered by Google App Engine
This is Rietveld 408576698