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

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

Issue 2452283003: chromeos: Make network enrollment and SIM unlock dialogs work with mash (Closed)
Patch Set: Created 4 years, 2 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/chromeos/hats/hats_dialog.h
diff --git a/chrome/browser/chromeos/hats/hats_dialog.h b/chrome/browser/chromeos/hats/hats_dialog.h
index 09317de26de845374a36bf45690d76c0f9887e7c..9041cecdb3f6de23d4dd24edab3f5622e0ee7d3f 100644
--- a/chrome/browser/chromeos/hats/hats_dialog.h
+++ b/chrome/browser/chromeos/hats/hats_dialog.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2016 The Chromium Authors. All rights reserved.
+// Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -7,14 +7,13 @@
#include <string>
-#include "base/compiler_specific.h"
#include "base/macros.h"
-#include "base/values.h"
-#include "ui/gfx/native_widget_types.h"
#include "ui/web_dialogs/web_dialog_delegate.h"
namespace chromeos {
+// Happiness tracking survey dialog. Sometimes appears after login to ask the
+// user how satisfied they are with their Chromebook.
James Cook 2016/10/27 18:20:37 I added this because it wasn't obvious to me at fi
class HatsDialog : public ui::WebDialogDelegate {
public:
HatsDialog();

Powered by Google App Engine
This is Rietveld 408576698