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

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

Issue 11834002: app_list: Split app_list_controller.* into two smaller parts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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/app_list_controller_delegate.h
diff --git a/chrome/browser/ui/app_list/app_list_controller.h b/chrome/browser/ui/app_list/app_list_controller_delegate.h
similarity index 80%
rename from chrome/browser/ui/app_list/app_list_controller.h
rename to chrome/browser/ui/app_list/app_list_controller_delegate.h
index 082f5371dd28a6d95a80e5e8f79a1cfc9a4a4e6f..dff9bbd2d6906779769e94ffb3c42a8325cf653b 100644
--- a/chrome/browser/ui/app_list/app_list_controller.h
+++ b/chrome/browser/ui/app_list/app_list_controller_delegate.h
@@ -1,9 +1,9 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
+// Copyright 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_UI_APP_LIST_APP_LIST_CONTROLLER_H_
-#define CHROME_BROWSER_UI_APP_LIST_APP_LIST_CONTROLLER_H_
+#ifndef CHROME_BROWSER_UI_APP_LIST_APP_LIST_CONTROLLER_DELEGATE_H_
+#define CHROME_BROWSER_UI_APP_LIST_APP_LIST_CONTROLLER_DELEGATE_H_
#include <string>
@@ -55,14 +55,4 @@ class AppListControllerDelegate {
int event_flags) = 0;
};
-namespace app_list_controller {
-
-// Do any once off initialization needed for the app list.
-void InitAppList();
-
-// Show the app list.
-void ShowAppList();
-
-} // namespace app_list_controller
-
-#endif // CHROME_BROWSER_UI_APP_LIST_APP_LIST_CONTROLLER_H_
+#endif // CHROME_BROWSER_UI_APP_LIST_APP_LIST_CONTROLLER_DELEGATE_H_
« no previous file with comments | « chrome/browser/ui/app_list/app_list_controller.cc ('k') | chrome/browser/ui/app_list/app_list_controller_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698