summaryrefslogtreecommitdiffstats
path: root/chrome/test
diff options
context:
space:
mode:
authoraa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-03 07:03:34 +0000
committeraa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-03 07:03:34 +0000
commitc5c3c5b5f3b11fcef3d3b89d5be656ff4794de89 (patch)
treeb9d3a0b11006b33bd20f1ce116f23a07e8186526 /chrome/test
parente0d92f287e9f793f3980286c5eeabb3fff59b2c3 (diff)
downloadchromium_src-c5c3c5b5f3b11fcef3d3b89d5be656ff4794de89.zip
chromium_src-c5c3c5b5f3b11fcef3d3b89d5be656ff4794de89.tar.gz
chromium_src-c5c3c5b5f3b11fcef3d3b89d5be656ff4794de89.tar.bz2
Add the new extension install dialog for mac.
There are two xibs in this change. ExtensionInstallPrompt.xib: This handles the more common case of installing an extension with one or more permission warnings. There is an NSBox with room for the warnings which are separated by \n\n. ExtensionInstallPromptNoWarnings.xib: It is also possible to install an extension with zero permission warnings. This is currently rare, but we hope to make it more common in the coming quarters. In this case, there is no NSBox and the layout is slightly different. BUG=29633 Review URL: http://codereview.chromium.org/1540013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43575 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-rw-r--r--chrome/test/data/extensions/install_prompt/extension.json4
-rw-r--r--chrome/test/data/extensions/install_prompt/icon.pngbin0 -> 647 bytes
2 files changed, 4 insertions, 0 deletions
diff --git a/chrome/test/data/extensions/install_prompt/extension.json b/chrome/test/data/extensions/install_prompt/extension.json
new file mode 100644
index 0000000..0d9792a
--- /dev/null
+++ b/chrome/test/data/extensions/install_prompt/extension.json
@@ -0,0 +1,4 @@
+{
+ "name": "test",
+ "version": "1"
+}
diff --git a/chrome/test/data/extensions/install_prompt/icon.png b/chrome/test/data/extensions/install_prompt/icon.png
new file mode 100644
index 0000000..d145964
--- /dev/null
+++ b/chrome/test/data/extensions/install_prompt/icon.png
Binary files differ