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

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

Issue 27438002: Store AppItems as pages in AppListModel. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments Created 7 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
Index: chrome/browser/ui/app_list/fast_show_pickler.h
diff --git a/chrome/browser/ui/app_list/fast_show_pickler.h b/chrome/browser/ui/app_list/fast_show_pickler.h
index c0cc168ad0f4ac39d6fcc104672d8ca0b41528fd..fcbdf80ea0c59e6884d4c1ebd8d78e7a0388204c 100644
--- a/chrome/browser/ui/app_list/fast_show_pickler.h
+++ b/chrome/browser/ui/app_list/fast_show_pickler.h
@@ -30,9 +30,10 @@ class FastShowPickler {
Pickle* pickle);
// Copies parts that are needed to show the app list quickly on startup from
- // |src| to |dest|.
- static void CopyOver(
- app_list::AppListModel* src, app_list::AppListModel* dest);
+ // |src| to |dest|. Currently only used by AppListModelPicklerUnitTest.
+ // TODO(koz): Implement to quickly load the model.
+ static void CopyAppListModel(const app_list::AppListModel* src,
+ app_list::AppListModel* dest);
};
#endif // CHROME_BROWSER_UI_APP_LIST_FAST_SHOW_PICKLER_H_

Powered by Google App Engine
This is Rietveld 408576698