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

Unified Diff: chrome/browser/ui/views/ash/launcher/chrome_launcher_controller.h

Issue 10445043: browser: Handle the registration of ChromeLauncher prefs outside of views. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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/views/ash/launcher/chrome_launcher_controller.h
diff --git a/chrome/browser/ui/views/ash/launcher/chrome_launcher_controller.h b/chrome/browser/ui/views/ash/launcher/chrome_launcher_controller.h
index a36da917ab10585c0f211be46037c1a8a3a9a850..1bdc5f6b6803e1691536e69545ea3b3711a3aad1 100644
--- a/chrome/browser/ui/views/ash/launcher/chrome_launcher_controller.h
+++ b/chrome/browser/ui/views/ash/launcher/chrome_launcher_controller.h
@@ -38,10 +38,6 @@ class ChromeLauncherController : public ash::LauncherDelegate,
public ash::LauncherModelObserver,
public content::NotificationObserver {
public:
- // Path within the dictionary entries in the prefs::kPinnedLauncherApps list
- // specifying the extension ID of the app to be pinned by that entry.
- static const char kPinnedAppsPrefAppIDPath[];
-
// Indicates if a launcher item is incognito or not.
enum IncognitoState {
STATE_INCOGNITO,
@@ -76,9 +72,6 @@ class ChromeLauncherController : public ash::LauncherDelegate,
// Returns the single ChromeLauncherController instnace.
static ChromeLauncherController* instance() { return instance_; }
- // Registers the prefs used by ChromeLauncherController.
- static void RegisterUserPrefs(PrefService* user_prefs);
-
// Creates a new tabbed item on the launcher for |updater|.
ash::LauncherID CreateTabbedLauncherItem(
BrowserLauncherItemController* controller,
« no previous file with comments | « chrome/browser/ui/ash/chrome_launcher_prefs.cc ('k') | chrome/browser/ui/views/ash/launcher/chrome_launcher_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698