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

Unified Diff: chrome/browser/ui/app_list/app_list_service_impl.h

Issue 552153002: Adds AppListServiceImplBrowserTest.ShowLoadedProfiles (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@20140908-AppList-ALVD-SpeechUI-fromcl
Patch Set: respond to commments Created 6 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
« no previous file with comments | « no previous file | chrome/browser/ui/app_list/app_list_service_impl_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/app_list/app_list_service_impl.h
diff --git a/chrome/browser/ui/app_list/app_list_service_impl.h b/chrome/browser/ui/app_list/app_list_service_impl.h
index 4102ee3edf2fcaae8c34e1b855c30a5d7b6c9e37..f0f3c2eec3e69dd6e8d27b75c091915f5cd48e31 100644
--- a/chrome/browser/ui/app_list/app_list_service_impl.h
+++ b/chrome/browser/ui/app_list/app_list_service_impl.h
@@ -23,6 +23,10 @@ namespace base {
class FilePath;
}
+namespace test {
+class AppListServiceImplTestApi;
+}
+
// Parts of the AppListService implementation shared between platforms.
class AppListServiceImpl : public AppListService,
public ProfileInfoCacheObserver {
@@ -67,6 +71,7 @@ class AppListServiceImpl : public AppListService,
void PerformStartupChecks(Profile* initial_profile);
private:
+ friend class test::AppListServiceImplTestApi;
static void SendAppListStats();
// Loads a profile asynchronously and calls OnProfileLoaded() when done.
« no previous file with comments | « no previous file | chrome/browser/ui/app_list/app_list_service_impl_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698