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

Unified Diff: chrome/browser/ui/webui/welcome_ui_android.h

Issue 619263002: Remove chrome://welcome page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename the test again Created 6 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/ui/webui/welcome_handler_android.cc ('k') | chrome/browser/ui/webui/welcome_ui_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/welcome_ui_android.h
diff --git a/chrome/browser/ui/webui/welcome_ui_android.h b/chrome/browser/ui/webui/welcome_ui_android.h
deleted file mode 100644
index f00f762e712e440be8e95491887fbf00c2704064..0000000000000000000000000000000000000000
--- a/chrome/browser/ui/webui/welcome_ui_android.h
+++ /dev/null
@@ -1,19 +0,0 @@
-// Copyright (c) 2012 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_UI_WEBUI_WELCOME_UI_ANDROID_H_
-#define CHROME_BROWSER_UI_WEBUI_WELCOME_UI_ANDROID_H_
-
-#include "content/public/browser/web_ui_controller.h"
-
-// The WebUI for chrome://welcome
-class WelcomeUI : public content::WebUIController {
- public:
- explicit WelcomeUI(content::WebUI* web_ui);
- virtual ~WelcomeUI();
- private:
- DISALLOW_COPY_AND_ASSIGN(WelcomeUI);
-};
-
-#endif // CHROME_BROWSER_UI_WEBUI_WELCOME_UI_ANDROID_H_
« no previous file with comments | « chrome/browser/ui/webui/welcome_handler_android.cc ('k') | chrome/browser/ui/webui/welcome_ui_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698