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

Unified Diff: chrome/browser/chromeos/arc/arc_auth_notification.h

Issue 2709393003: Split ArcAuthNotification UI control flag from ArcSessionManager. (Closed)
Patch Set: Address comments. Created 3 years, 10 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 | « no previous file | chrome/browser/chromeos/arc/arc_auth_notification.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/arc/arc_auth_notification.h
diff --git a/chrome/browser/chromeos/arc/arc_auth_notification.h b/chrome/browser/chromeos/arc/arc_auth_notification.h
index 3690be08375f9ac67798ba8f736796d57dd8298f..6c25798a441034661b01bd6c29e5a1b218a32945 100644
--- a/chrome/browser/chromeos/arc/arc_auth_notification.h
+++ b/chrome/browser/chromeos/arc/arc_auth_notification.h
@@ -14,6 +14,9 @@ class ArcAuthNotification {
public:
static void Show(Profile* profile);
static void Hide();
+
+ // Disables showing ArcAuthNotification to make testing easier.
+ static void DisableForTesting();
};
} // namespace arc
« no previous file with comments | « no previous file | chrome/browser/chromeos/arc/arc_auth_notification.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698