o Add user customizable launch type for apps by adding options in each apps context...
commit84ecdf7d93b33da9cf1481aa32b100a420a5ac18
authorandybons@chromium.org <andybons@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 29 Sep 2010 21:59:56 +0000 (29 21:59 +0000)
committerandybons@chromium.org <andybons@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 29 Sep 2010 21:59:56 +0000 (29 21:59 +0000)
tree45adee532d707a7fee5af5fedc7a8cbc350b4b0e
parent0fd776c40893cb7c9e02c0060a818a7fe972f1aa
o Add user customizable launch type for apps by adding options in each apps context menu.
o Updated some comments that were using the outdated NOTIFY_PREF_CHANGED notification.
o Make LAUNCH_PINNED the default type returned by ExtensionPrefs if it does not already exist.
o Some minor refactoring within the code to reduce duplication.

BUG=54731
TEST=NONE

patch from issue 3419010

Review URL: http://codereview.chromium.org/3453029

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60997 0039d316-1c4b-4281-b951-d872f2087c98
17 files changed:
chrome/browser/browser.cc
chrome/browser/chromeos/cros_settings.h
chrome/browser/dom_ui/app_launcher_handler.cc
chrome/browser/dom_ui/app_launcher_handler.h
chrome/browser/dom_ui/ntp_resource_cache.cc
chrome/browser/extensions/extension_prefs.cc
chrome/browser/extensions/extension_prefs.h
chrome/browser/prefs/pref_notifier.h
chrome/browser/prefs/pref_service.h
chrome/browser/resources/new_new_tab.html
chrome/browser/resources/ntp/apps.js
chrome/browser/resources/shared/css/menu.css
chrome/browser/resources/shared/images/checkbox_black.png [new file with mode: 0644]
chrome/browser/resources/shared/images/checkbox_white.png [new file with mode: 0644]
chrome/browser/resources/shared/js/cr/ui/command.js
chrome/browser/resources/shared/js/cr/ui/menu_item.js
tools/grit/grit/format/html_inline.py