diff options
author | dewittj@chromium.org <dewittj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-17 22:10:49 +0000 |
---|---|---|
committer | dewittj@chromium.org <dewittj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-17 22:10:49 +0000 |
commit | f0eb58a08b934b3982956cb0a6b6e4c6274b3c6d (patch) | |
tree | f41bfbd32255c5cf810f4a6ff4a0e02eeb3f1224 /chrome/browser/extensions/extension_action_manager.h | |
parent | 6561eef2828180ec55c8361d371a5d796e32e305 (diff) | |
download | chromium_src-f0eb58a08b934b3982956cb0a6b6e4c6274b3c6d.zip chromium_src-f0eb58a08b934b3982956cb0a6b6e4c6274b3c6d.tar.gz chromium_src-f0eb58a08b934b3982956cb0a6b6e4c6274b3c6d.tar.bz2 |
Add systray icon and click functionality to systemIndicator API.
The system tray will be the location of the system indicator icon for the Linux,
Mac OSX, and Windows OS (Vista and earlier). Yet to come is ChromeOS/Win7
taskbar integration, and Win8 integration.
BUG=142450
TBR=ben@chromium.org
Review URL: https://chromiumcodereview.appspot.com/11445018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173551 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/extensions/extension_action_manager.h')
-rw-r--r-- | chrome/browser/extensions/extension_action_manager.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/extensions/extension_action_manager.h b/chrome/browser/extensions/extension_action_manager.h index 1cad26d..b9ac2ec 100644 --- a/chrome/browser/extensions/extension_action_manager.h +++ b/chrome/browser/extensions/extension_action_manager.h @@ -49,6 +49,7 @@ class ExtensionActionManager : public ProfileKeyedService, const content::NotificationDetails& details) OVERRIDE; content::NotificationRegistrar registrar_; + Profile* profile_; // Keyed by Extension ID. These maps are populated lazily when their // ExtensionAction is first requested, and the entries are removed when the |