Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9957)

Unified Diff: chrome/test/data/extensions/startup_pages/manifest.json

Issue 2350733005: [Extensions] Fix a bug in the startup pages override bubble (Closed)
Patch Set: Trim includes Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/views/extensions/extension_message_bubble_view_browsertest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/startup_pages/manifest.json
diff --git a/chrome/test/data/extensions/startup_pages/manifest.json b/chrome/test/data/extensions/startup_pages/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..05647a694be5a4c9686b560592366441df783549
--- /dev/null
+++ b/chrome/test/data/extensions/startup_pages/manifest.json
@@ -0,0 +1,9 @@
+{
+ "name": "chrome.extension.settings_override",
+ "version": "0.1",
+ "manifest_version": 2,
+ "description": "end-to-end browser test for chrome.settings_override API",
+ "chrome_settings_overrides": {
+ "startup_pages": ["http://www.example.com/?param=__PARAM__"]
+ }
+}
« no previous file with comments | « chrome/browser/ui/views/extensions/extension_message_bubble_view_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698