diff options
author | atwilson@chromium.org <atwilson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-24 00:23:49 +0000 |
---|---|---|
committer | atwilson@chromium.org <atwilson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-24 00:23:49 +0000 |
commit | 24cd3e8dcb4f7097f94204b8a876bf734e9d7cef (patch) | |
tree | 2198b306c17ed70ae7d98f85a5f2fca3a6493d5f /chrome/app | |
parent | 7da22145ff36bd85ea468ca53ca73b9387d2a0c4 (diff) | |
download | chromium_src-24cd3e8dcb4f7097f94204b8a876bf734e9d7cef.zip chromium_src-24cd3e8dcb4f7097f94204b8a876bf734e9d7cef.tar.gz chromium_src-24cd3e8dcb4f7097f94204b8a876bf734e9d7cef.tar.bz2 |
Remove confirmation dialog from BackgroundModeManager.
After UI review, we decided we don't want to display a confirmation dialog if the user turns off "Let chrome run in the background" when there are no windows open. We'll just silently exit.
BUG=76828
TEST=Install background app, close all browser windows, right click status icon and uncheck "Let chrome run...", should see no confirmation dialog.
Review URL: http://codereview.chromium.org/7064009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86376 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/chromium_strings.grd | 3 | ||||
-rw-r--r-- | chrome/app/google_chrome_strings.grd | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/chrome/app/chromium_strings.grd b/chrome/app/chromium_strings.grd index d01a73b..23da4fb 100644 --- a/chrome/app/chromium_strings.grd +++ b/chrome/app/chromium_strings.grd @@ -357,9 +357,6 @@ be available for now. --> <message name="IDS_OPTIONS_BACKGROUND_ENABLE_BACKGROUND_MODE" desc="The label of the check-box that enables background mode"> Continue running background apps when Chromium is closed </message> - <message name="IDS_CONFIRM_EXIT_BACKGROUND_MODE_BODY" desc="Confirmation displayed when disabling background mode via the status tray context menu when there are no windows open"> - Are you sure you want to quit Chromium? (This setting can be toggled in <ph name="ADVANCED_OPTIONS_TAB_TITLE">$1<ex>Options - Under the Hood</ex></ph>) - </message> <message name="IDS_CANT_WRITE_USER_DIRECTORY_SUMMARY" desc="Summary of problem displayed in dialog when we can't create a directory for this user."> Chromium cannot read and write to its data directory:\n\n<ph name="USER_DATA_DIRECTORY">$1<ex>C:\Documents and Settings\devint\Local Settings\Application Data\Google\Chrome</ex></ph> </message> diff --git a/chrome/app/google_chrome_strings.grd b/chrome/app/google_chrome_strings.grd index ac90825c..6b1984b 100644 --- a/chrome/app/google_chrome_strings.grd +++ b/chrome/app/google_chrome_strings.grd @@ -355,9 +355,6 @@ Chrome supports. --> <message name="IDS_OPTIONS_BACKGROUND_ENABLE_BACKGROUND_MODE" desc="The label of the check-box that enables background mode"> Continue running background apps when Google Chrome is closed </message> - <message name="IDS_CONFIRM_EXIT_BACKGROUND_MODE_BODY" desc="Confirmation displayed when disabling background mode via the status tray context menu when there are no windows open"> - Are you sure you want to quit Google Chrome? (This setting can be toggled in <ph name="ADVANCED_OPTIONS_TAB_TITLE">$1<ex>Options - Under the Hood</ex></ph>) - </message> <message name="IDS_CANT_WRITE_USER_DIRECTORY_SUMMARY" desc="Summary of problem displayed in dialog when we can't create a directory for this user."> Google Chrome cannot read and write to its data directory:\n\n<ph name="USER_DATA_DIRECTORY">$1<ex>C:\Documents and Settings\devint\Local Settings\Application Data\Google\Chrome</ex></ph> </message> |