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

Unified Diff: chrome/browser/chromeos/hats/hats_dialog.cc

Issue 2057853002: Opens the HaTS dialog with an empty HTML (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/browser_resources.grd ('k') | chrome/browser/resources/chromeos/hats/hats.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/hats/hats_dialog.cc
diff --git a/chrome/browser/chromeos/hats/hats_dialog.cc b/chrome/browser/chromeos/hats/hats_dialog.cc
index df383378155128a8ce86060c1d63593c6bb1d1bd..c11c988fb2256296692b77c5f06f0fc10be6ccf4 100644
--- a/chrome/browser/chromeos/hats/hats_dialog.cc
+++ b/chrome/browser/chromeos/hats/hats_dialog.cc
@@ -46,8 +46,7 @@ base::string16 HatsDialog::GetDialogTitle() const {
}
GURL HatsDialog::GetDialogContentURL() const {
- // TODO(malaykeshav): Return a valid GURL.
- return GURL();
+ return GURL(chrome::kChromeUIHatsURL);
}
void HatsDialog::GetWebUIMessageHandlers(
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/chromeos/hats/hats.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698