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

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

Issue 2171213002: Merge: ARC Opt in notification not shown. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2785
Patch Set: Created 4 years, 5 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 8128c5c044e1f41b0b0eb3b52a271c207dd6de3b..76e47bba02898d6758f5f096060ce6f29b3b2025 100644
--- a/chrome/browser/chromeos/arc/arc_auth_notification.h
+++ b/chrome/browser/chromeos/arc/arc_auth_notification.h
@@ -5,12 +5,14 @@
#ifndef CHROME_BROWSER_CHROMEOS_ARC_ARC_AUTH_NOTIFICATION_H_
#define CHROME_BROWSER_CHROMEOS_ARC_ARC_AUTH_NOTIFICATION_H_
+class Profile;
+
namespace arc {
// First run notification that can enable Arc.
class ArcAuthNotification {
public:
- static void Show();
+ static void Show(Profile* profile);
static void Hide();
};
« 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