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

Unified Diff: ash/system/chromeos/enterprise/tray_enterprise.h

Issue 14507003: Add tray warning for Locally managed users. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix win-aura compile error Created 7 years, 8 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 | « ash/ash_strings.grd ('k') | ash/system/chromeos/enterprise/tray_enterprise.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/chromeos/enterprise/tray_enterprise.h
diff --git a/ash/system/chromeos/enterprise/tray_enterprise.h b/ash/system/chromeos/enterprise/tray_enterprise.h
index 050c0f055c1d38c5b688d54d9b18c8befb1adfb5..697dfcd61d514301b3692d57da1a3f7ed5f049bc 100644
--- a/ash/system/chromeos/enterprise/tray_enterprise.h
+++ b/ash/system/chromeos/enterprise/tray_enterprise.h
@@ -16,7 +16,7 @@ class SystemTray;
namespace ash {
namespace internal {
-class EnterpriseDefaultView;
+class LabelTrayView;
class TrayEnterprise : public SystemTrayItem,
public ViewClickListener,
@@ -40,7 +40,7 @@ class TrayEnterprise : public SystemTrayItem,
virtual void OnViewClicked(views::View* sender) OVERRIDE;
private:
- EnterpriseDefaultView* default_view_;
+ LabelTrayView* tray_view_;
DISALLOW_COPY_AND_ASSIGN(TrayEnterprise);
};
« no previous file with comments | « ash/ash_strings.grd ('k') | ash/system/chromeos/enterprise/tray_enterprise.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698