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

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

Issue 68173019: Remove static initializer from AppListView::SetNextPaintCallback(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 1 month 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/app_list_service.h
diff --git a/chrome/browser/ui/app_list/app_list_service.h b/chrome/browser/ui/app_list/app_list_service.h
index 5ba5161158512438a8be35d72b6652b34af5fb81..3f5038118ea03ac0cc7f0cffba21f671d4c27863 100644
--- a/chrome/browser/ui/app_list/app_list_service.h
+++ b/chrome/browser/ui/app_list/app_list_service.h
@@ -41,7 +41,7 @@ class AppListService {
// Indicates that |callback| should be called next time the app list is
// painted.
- virtual void SetAppListNextPaintCallback(const base::Closure& callback) = 0;
+ virtual void SetAppListNextPaintCallback(void (*callback)()) = 0;
// Perform Chrome first run logic. This is executed before Chrome's threads
// have been created.
« no previous file with comments | « no previous file | chrome/browser/ui/app_list/app_list_service.cc » ('j') | chrome/browser/ui/app_list/app_list_service.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698