diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-22 15:39:38 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-22 15:39:38 +0000 |
commit | 29c262de39359c0f6838cc2a0faa70b814444851 (patch) | |
tree | 3e333ce1d1030f04315ec31e23cab91b3f246693 /chrome/common | |
parent | 9c0c5d1ddcc14119336ce61f7b22fec4ce3ee694 (diff) | |
download | chromium_src-29c262de39359c0f6838cc2a0faa70b814444851.zip chromium_src-29c262de39359c0f6838cc2a0faa70b814444851.tar.gz chromium_src-29c262de39359c0f6838cc2a0faa70b814444851.tar.bz2 |
Remove "View Background Pages".
BUG=148581
TEST=No more "feature".
Review URL: https://chromiumcodereview.appspot.com/17501006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208061 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/extensions/docs/templates/articles/event_pages.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/common/extensions/docs/templates/articles/event_pages.html b/chrome/common/extensions/docs/templates/articles/event_pages.html index 36285f2..7c6c422 100644 --- a/chrome/common/extensions/docs/templates/articles/event_pages.html +++ b/chrome/common/extensions/docs/templates/articles/event_pages.html @@ -90,8 +90,7 @@ only prevents it from closing once loaded. <p> Make sure your event page closes as soon as the event that opened it is processed. -You can observe the lifetime of your event page by clicking -on "View Background Pages" in the Chrome menu, or by +You can observe the lifetime of your event page by opening Chrome's task manager. You can see when your event page loads and unloads by observing when an entry for your extension appears in the list of processes. |