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

Unified Diff: chrome/browser/ui/webui/chrome_web_ui_data_source.h

Issue 7714007: Apply content-security-policy directive to chrome://workers page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 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
Index: chrome/browser/ui/webui/chrome_web_ui_data_source.h
===================================================================
--- chrome/browser/ui/webui/chrome_web_ui_data_source.h (revision 97885)
+++ chrome/browser/ui/webui/chrome_web_ui_data_source.h (working copy)
@@ -11,6 +11,7 @@
#include "base/basictypes.h"
#include "base/compiler_specific.h"
+#include "base/message_loop.h"
#include "base/values.h"
#include "chrome/browser/ui/webui/chrome_url_data_manager.h"
@@ -19,6 +20,7 @@
class ChromeWebUIDataSource : public ChromeURLDataManager::DataSource {
public:
explicit ChromeWebUIDataSource(const std::string& source_name);
+ ChromeWebUIDataSource(const std::string& source_name, MessageLoop* loop);
// Adds a string and its equivalent to our dictionary.
void AddString(const std::string& name, const string16& value);

Powered by Google App Engine
This is Rietveld 408576698