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

Unified Diff: chrome/browser/ui/webui/chromeos/slow_ui.cc

Issue 22654003: Create system tray item for accessing chrome://slow (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Code review fixes Created 7 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/chromeos/slow_ui.cc
diff --git a/chrome/browser/ui/webui/chromeos/slow_ui.cc b/chrome/browser/ui/webui/chromeos/slow_ui.cc
index 6c9aaffaa7b3093bc8c85da81688393aafda5681..52945aac46a5cc2c03b0ee850a348340fd27ae81 100644
--- a/chrome/browser/ui/webui/chromeos/slow_ui.cc
+++ b/chrome/browser/ui/webui/chromeos/slow_ui.cc
@@ -54,9 +54,6 @@ class SlowUIHTMLSource : public content::URLDataSource {
virtual std::string GetMimeType(const std::string&) const OVERRIDE {
return "text/html";
}
- virtual bool ShouldAddContentSecurityPolicy() const OVERRIDE {
- return false;
- }
private:
virtual ~SlowUIHTMLSource() {}
« ash/system/tray/system_tray.cc ('K') | « chrome/browser/ui/webui/chromeos/slow_ui.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698