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

Unified Diff: chrome/browser/chromeos/login/help_app_launcher.h

Issue 2455513003: chromeos: Make enterprise help dialog work in mash, part 1 (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/login/help_app_launcher.h
diff --git a/chrome/browser/chromeos/login/help_app_launcher.h b/chrome/browser/chromeos/login/help_app_launcher.h
index 9364a8f0efe87d6b8a25c8429a6b36f1e9b828b0..06ca372376ca95892c914156024b2ef7ed6aacc2 100644
--- a/chrome/browser/chromeos/login/help_app_launcher.h
+++ b/chrome/browser/chromeos/login/help_app_launcher.h
@@ -7,12 +7,11 @@
#include <memory>
-#include "base/compiler_specific.h"
#include "base/macros.h"
#include "base/memory/ref_counted.h"
-#include "chrome/browser/chromeos/login/ui/login_web_dialog.h"
#include "ui/gfx/native_widget_types.h"
+class GURL;
class Profile;
namespace chromeos {
@@ -38,7 +37,9 @@ class HelpAppLauncher : public base::RefCountedThreadSafe<HelpAppLauncher> {
HELP_DEVICE_ATTRIBUTES = 6218780,
};
- // Parent window is used to show dialog.
+ // The dialog is shown as a child of |parent_window|. If |parent_window| is
+ // null then the dialog is placed in the modal dialog container on the primary
+ // display.
explicit HelpAppLauncher(gfx::NativeWindow parent_window);
// Shows specified help topic.

Powered by Google App Engine
This is Rietveld 408576698