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

Unified Diff: trunk/src/chrome/browser/ui/app_list/app_list_service_win.h

Issue 23808004: Revert 221197 "Adds an integration test for uninstalling app lis..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 3 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: trunk/src/chrome/browser/ui/app_list/app_list_service_win.h
===================================================================
--- trunk/src/chrome/browser/ui/app_list/app_list_service_win.h (revision 221205)
+++ trunk/src/chrome/browser/ui/app_list/app_list_service_win.h (working copy)
@@ -5,25 +5,8 @@
#ifndef CHROME_BROWSER_UI_APP_LIST_APP_LIST_SERVICE_WIN_H_
#define CHROME_BROWSER_UI_APP_LIST_APP_LIST_SERVICE_WIN_H_
-#include "chrome/browser/ui/app_list/app_list_service_impl.h"
+class AppListService;
-namespace app_list{
-class AppListModel;
-}
-
-// Exposes methods required by the AppListServiceTestApi on Windows.
-// TODO(tapted): Put the full declaration for Windows here, and remove testing
-// methods once they can access the implementation from the test api.
-class AppListServiceWin : public AppListServiceImpl {
- public:
- AppListServiceWin() {}
-
- virtual app_list::AppListModel* GetAppListModelForTesting() = 0;
-
- private:
- DISALLOW_COPY_AND_ASSIGN(AppListServiceWin);
-};
-
namespace chrome {
AppListService* GetAppListServiceWin();

Powered by Google App Engine
This is Rietveld 408576698