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

Unified Diff: chrome/browser/ui/app_list/arc/arc_app_test.h

Issue 1756193008: Support uninstalling ARC app from Chrome launcher (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/ui/app_list/arc/arc_app_test.h
diff --git a/chrome/browser/ui/app_list/arc/arc_app_test.h b/chrome/browser/ui/app_list/arc/arc_app_test.h
index b7cbf11a3b071e44c853f2a6428036072fce5684..bb4b761334edb9e0bd362c7ea594a3e71f550920 100644
--- a/chrome/browser/ui/app_list/arc/arc_app_test.h
+++ b/chrome/browser/ui/app_list/arc/arc_app_test.h
@@ -5,6 +5,7 @@
#ifndef CHROME_BROWSER_UI_APP_LIST_ARC_ARC_APP_TEST_H_
#define CHROME_BROWSER_UI_APP_LIST_ARC_ARC_APP_TEST_H_
+#include <string>
#include <vector>
#include "base/macros.h"
@@ -30,6 +31,7 @@ class ArcAppTest {
static std::string GetAppId(const arc::AppInfo& app_info);
+ // The 0th item is sticky but not the followings.
const std::vector<arc::AppInfo>& fake_apps() const { return fake_apps_; }
arc::FakeArcBridgeService* bridge_service() { return bridge_service_.get(); }
@@ -47,5 +49,4 @@ class ArcAppTest {
DISALLOW_COPY_AND_ASSIGN(ArcAppTest);
};
-#endif // CHROME_BROWSER_UI_APP_LIST_ARC_ARC_APP_TEST_H_
-
+#endif // CHROME_BROWSER_UI_APP_LIST_ARC_ARC_APP_TEST_H_

Powered by Google App Engine
This is Rietveld 408576698