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

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

Issue 1181703008: Removed webui_generator and new OOBE UI placeholder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed empty line. Created 5 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/chromeos/login/ui/webui_login_view.cc ('k') | chrome/browser/chromeos/oobe/oobe.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/oobe/oobe.h
diff --git a/chrome/browser/chromeos/oobe/oobe.h b/chrome/browser/chromeos/oobe/oobe.h
deleted file mode 100644
index 6e36cc0e44f1b36bd57818fd6db6d3825e9c6541..0000000000000000000000000000000000000000
--- a/chrome/browser/chromeos/oobe/oobe.h
+++ /dev/null
@@ -1,31 +0,0 @@
-// Copyright 2015 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.
-
-#ifndef CHROME_BROWSER_CHROMEOS_OOBE_OOBE_H_
-#define CHROME_BROWSER_CHROMEOS_OOBE_OOBE_H_
-
-#include "base/macros.h"
-#include "ui/oobe/declarations/oobe_view_model.h"
-
-namespace chromeos {
-
-class Oobe : public gen::OobeViewModel {
- public:
- Oobe();
- ~Oobe() override;
-
- static void Register();
-
- // Overridden from wug::ViewModel:
- void Initialize() override;
-
- private:
- void OnButtonClicked() override;
-
- DISALLOW_COPY_AND_ASSIGN(Oobe);
-};
-
-} // namespace chromeos
-
-#endif // CHROME_BROWSER_CHROMEOS_OOBE_OOBE_H_
« no previous file with comments | « chrome/browser/chromeos/login/ui/webui_login_view.cc ('k') | chrome/browser/chromeos/oobe/oobe.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698