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

Unified Diff: chrome/browser/resources/sync_promo.js

Issue 8412009: Turn on content-security-policy for chrome://syncpromo webui page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 1 month 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
Index: chrome/browser/resources/sync_promo.js
===================================================================
--- chrome/browser/resources/sync_promo.js (revision 108479)
+++ chrome/browser/resources/sync_promo.js (working copy)
@@ -2,6 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+// TODO(sail): Refactor options_page and remove this include.
+<include src="options/options_page.js"/>
+<include src="sync_setup_overlay.js"/>
+
cr.define('sync_promo', function() {
/**
* SyncPromo class
« no previous file with comments | « chrome/browser/resources/sync_promo.html ('k') | chrome/browser/ui/webui/chrome_url_data_manager_backend.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698