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

Side by Side Diff: chrome/browser/ui/avatar_button_error_controller_delegate.h

Issue 2851543002: Update avatar button to MD (part 1) (Closed)
Patch Set: Fixed TODO comments Created 3 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 unified diff | Download patch
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | chrome/browser/ui/views/frame/avatar_button_manager.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_UI_AVATAR_BUTTON_ERROR_CONTROLLER_DELEGATE_H_ 5 #ifndef CHROME_BROWSER_UI_AVATAR_BUTTON_ERROR_CONTROLLER_DELEGATE_H_
6 #define CHROME_BROWSER_UI_AVATAR_BUTTON_ERROR_CONTROLLER_DELEGATE_H_ 6 #define CHROME_BROWSER_UI_AVATAR_BUTTON_ERROR_CONTROLLER_DELEGATE_H_
7 7
8 // Delegate that allows AvatarButtonErrorController to communicate to 8 // Delegate that allows AvatarButtonErrorController to communicate to
9 // NewAvatarButton. 9 // AvatarButton.
10 class AvatarButtonErrorControllerDelegate { 10 class AvatarButtonErrorControllerDelegate {
11 public: 11 public:
12 // Called when the signin/sync errors that should be exposed in the avatar 12 // Called when the signin/sync errors that should be exposed in the avatar
13 // button change. 13 // button change.
14 virtual void OnAvatarErrorChanged() = 0; 14 virtual void OnAvatarErrorChanged() = 0;
15 15
16 protected: 16 protected:
17 virtual ~AvatarButtonErrorControllerDelegate() {} 17 virtual ~AvatarButtonErrorControllerDelegate() {}
18 }; 18 };
19 19
20 #endif // CHROME_BROWSER_UI_AVATAR_BUTTON_ERROR_CONTROLLER_DELEGATE_H_ 20 #endif // CHROME_BROWSER_UI_AVATAR_BUTTON_ERROR_CONTROLLER_DELEGATE_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | chrome/browser/ui/views/frame/avatar_button_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698