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

Unified Diff: chrome/browser/ui/webui/chrome_url_data_manager_backend.cc

Issue 8423055: [Aura] Initial app list webui. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: publish callbacks in ntp4 namespace 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/ui/webui/chrome_url_data_manager_backend.cc
diff --git a/chrome/browser/ui/webui/chrome_url_data_manager_backend.cc b/chrome/browser/ui/webui/chrome_url_data_manager_backend.cc
index 594c41512f1a131475be5d1c325ef30efbbe3a4a..1225d952939ab9bfdb809925ed7a08ba21140831 100644
--- a/chrome/browser/ui/webui/chrome_url_data_manager_backend.cc
+++ b/chrome/browser/ui/webui/chrome_url_data_manager_backend.cc
@@ -80,6 +80,9 @@ class ChromeURLContentSecurityPolicyExceptionSet
insert(chrome::kChromeUIHttpAuthHost);
insert(chrome::kChromeUIRepostFormWarningHost);
#endif
+#if defined(USE_AURA)
+ insert(chrome::kChromeUIAppListHost);
+#endif
}
};

Powered by Google App Engine
This is Rietveld 408576698