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

Unified Diff: chrome/browser/ui/bookmarks/bookmark_bubble_sign_in_delegate.h

Issue 1503583002: [Extensions Views] Update the extension installed bubble's sync promo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Latest master Created 5 years 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/bookmarks/bookmark_bubble_sign_in_delegate.h
diff --git a/chrome/browser/ui/bookmarks/bookmark_bubble_sign_in_delegate.h b/chrome/browser/ui/bookmarks/bookmark_bubble_sign_in_delegate.h
index e14bea5c73967bea455114f9e00fa7f2f7679766..0ef22e800113c08dd5b47944171ce44fbf1484a4 100644
--- a/chrome/browser/ui/bookmarks/bookmark_bubble_sign_in_delegate.h
+++ b/chrome/browser/ui/bookmarks/bookmark_bubble_sign_in_delegate.h
@@ -7,16 +7,16 @@
#include "base/basictypes.h"
#include "base/compiler_specific.h"
-#include "chrome/browser/ui/bookmarks/bookmark_bubble_delegate.h"
#include "chrome/browser/ui/browser_list_observer.h"
#include "chrome/browser/ui/host_desktop.h"
+#include "chrome/browser/ui/sync/bubble_sync_promo_delegate.h"
class Browser;
class Profile;
// Delegate of the bookmark bubble to load the sign in page in a browser
// when the sign in link is clicked.
-class BookmarkBubbleSignInDelegate : public BookmarkBubbleDelegate,
+class BookmarkBubbleSignInDelegate : public BubbleSyncPromoDelegate,
public chrome::BrowserListObserver {
public:
explicit BookmarkBubbleSignInDelegate(Browser* browser);
@@ -24,7 +24,7 @@ class BookmarkBubbleSignInDelegate : public BookmarkBubbleDelegate,
private:
~BookmarkBubbleSignInDelegate() override;
- // BookmarkBubbleDelegate:
+ // BubbleSyncPromoDelegate:
void OnSignInLinkClicked() override;
// chrome::BrowserListObserver:
« no previous file with comments | « chrome/browser/ui/bookmarks/bookmark_bubble_delegate.h ('k') | chrome/browser/ui/extensions/extension_installed_bubble.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698