From 10abd198e989f003f5f2fcaad735bf3566a5f8ba Mon Sep 17 00:00:00 2001 From: "andybons@chromium.org" Date: Thu, 30 Sep 2010 02:03:49 +0000 Subject: 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 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=60997 Reverted: http://crrev.com/61000 Review URL: http://codereview.chromium.org/3453029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61021 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/resources/new_new_tab.html | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'chrome/browser/resources/new_new_tab.html') diff --git a/chrome/browser/resources/new_new_tab.html b/chrome/browser/resources/new_new_tab.html index 23e8e24..7290e32 100644 --- a/chrome/browser/resources/new_new_tab.html +++ b/chrome/browser/resources/new_new_tab.html @@ -176,10 +176,20 @@ if ('mode' in hashParams) { + + +
+ + + +
-- cgit v1.1