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

Unified Diff: chrome/browser/ui/signin_view_controller.h

Issue 2785753003: Exclude building signin view controller and its delegate on ChromeOS (Closed)
Patch Set: Created 3 years, 9 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 | « chrome/browser/ui/BUILD.gn ('k') | chrome/browser/ui/signin_view_controller_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/signin_view_controller.h
diff --git a/chrome/browser/ui/signin_view_controller.h b/chrome/browser/ui/signin_view_controller.h
index adc7ce5825d65d4b9b83411382ff6e2de40703c2..9a45e84956d9e517f1ab90ea90f11b7e00a51a29 100644
--- a/chrome/browser/ui/signin_view_controller.h
+++ b/chrome/browser/ui/signin_view_controller.h
@@ -17,6 +17,9 @@ enum class AccessPoint;
// Class responsible for showing and hiding the Signin and Sync Confirmation
// tab-modal dialogs.
+//
+// Note: This class only exists on Desktop platforms (it does not exist on
+// mobile or ChromeOS)
Peter Kasting 2017/03/29 19:39:31 Nit: Since CrOS is a desktop platform, this is a b
msarda 2017/03/30 11:54:11 I excluded this file on ChromeOS entirely and remo
class SigninViewController {
public:
SigninViewController();
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | chrome/browser/ui/signin_view_controller_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698