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

Unified Diff: chrome/browser/chromeos/sim_dialog_delegate.h

Issue 2452283003: chromeos: Make network enrollment and SIM unlock dialogs work with mash (Closed)
Patch Set: rebase 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/sim_dialog_delegate.h
diff --git a/chrome/browser/chromeos/sim_dialog_delegate.h b/chrome/browser/chromeos/sim_dialog_delegate.h
index b145a3a9f95749910b44ae1d52f2a407fd910146..d92df156d86de1dcb9e43513dcf9a41f5ed5f58a 100644
--- a/chrome/browser/chromeos/sim_dialog_delegate.h
+++ b/chrome/browser/chromeos/sim_dialog_delegate.h
@@ -5,7 +5,6 @@
#ifndef CHROME_BROWSER_CHROMEOS_SIM_DIALOG_DELEGATE_H_
#define CHROME_BROWSER_CHROMEOS_SIM_DIALOG_DELEGATE_H_
-#include "base/compiler_specific.h"
#include "base/macros.h"
#include "ui/gfx/native_widget_types.h"
#include "ui/web_dialogs/web_dialog_delegate.h"
@@ -25,7 +24,9 @@ class SimDialogDelegate : public ui::WebDialogDelegate {
explicit SimDialogDelegate(SimDialogMode dialog_mode);
- // Shows the SIM unlock dialog box with one of the specified modes.
+ // Shows the SIM unlock dialog box with one of the specified modes. If the
+ // |owning_window| is null the dialog is placed in the appropriate modal
+ // dialog container on the primary display.
static void ShowDialog(gfx::NativeWindow owning_window, SimDialogMode mode);
private:
« no previous file with comments | « chrome/browser/chromeos/net/network_portal_notification_controller.h ('k') | chrome/browser/chromeos/sim_dialog_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698