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

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

Issue 2709393003: Split ArcAuthNotification UI control flag from ArcSessionManager. (Closed)
Patch Set: 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..341f24c154390445ef851812fa11e8833cb530b6 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 to show ArcAuthNotification to make testing easier.
Luis Héctor Chávez 2017/02/23 17:29:32 nit: "Disables showing"
hidehiko 2017/02/23 18:33:33 Done.
+ 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