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

Unified Diff: chrome/browser/ui/webui/chromeos/mobile_setup_dialog.h

Issue 8341037: Added logic that will retry to reload+reconnect the mobile payment portal page 5 times before it ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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
« no previous file with comments | « chrome/browser/resources/mobile_setup.js ('k') | chrome/browser/ui/webui/chromeos/mobile_setup_dialog.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/chromeos/mobile_setup_dialog.h
===================================================================
--- chrome/browser/ui/webui/chromeos/mobile_setup_dialog.h (revision 107314)
+++ chrome/browser/ui/webui/chromeos/mobile_setup_dialog.h (working copy)
@@ -11,36 +11,11 @@
#include "base/memory/singleton.h"
#include "chrome/browser/ui/webui/html_dialog_ui.h"
-class MobileSetupDialog : public HtmlDialogUIDelegate {
+class MobileSetupDialog {
public:
- MobileSetupDialog();
-
static void Show();
- static MobileSetupDialog* GetInstance();
- protected:
- friend struct DefaultSingletonTraits<MobileSetupDialog>;
- virtual ~MobileSetupDialog();
-
- void OnCloseDialog();
-
- // HtmlDialogUIDelegate overrides.
- virtual bool IsDialogModal() const OVERRIDE;
- virtual string16 GetDialogTitle() const OVERRIDE;
- virtual GURL GetDialogContentURL() const OVERRIDE;
- virtual void GetWebUIMessageHandlers(
- std::vector<WebUIMessageHandler*>* handlers) const OVERRIDE;
- virtual void GetDialogSize(gfx::Size* size) const OVERRIDE;
- virtual std::string GetDialogArgs() const OVERRIDE;
- virtual void OnDialogClosed(const std::string& json_retval) OVERRIDE;
- virtual void OnCloseContents(TabContents* source,
- bool* out_close_dialog) OVERRIDE;
- virtual bool ShouldShowDialogTitle() const OVERRIDE;
- virtual bool HandleContextMenu(const ContextMenuParams& params) OVERRIDE;
-
private:
- void ShowDialog();
-
DISALLOW_COPY_AND_ASSIGN(MobileSetupDialog);
};
« no previous file with comments | « chrome/browser/resources/mobile_setup.js ('k') | chrome/browser/ui/webui/chromeos/mobile_setup_dialog.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698