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

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

Issue 10704023: Moved ExtensionPrefs and related into extensions namespace (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Latest-er master merged in Created 8 years, 5 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 09345825c7bff9d947473df50f0b6d79b0a14fc3..9897f4afc0c9df6b00b9c35fb84c7312352ed6e1 100644
--- a/chrome/browser/ui/views/ash/launcher/chrome_launcher_controller.h
+++ b/chrome/browser/ui/views/ash/launcher/chrome_launcher_controller.h
@@ -144,7 +144,7 @@ class ChromeLauncherController : public ash::LauncherDelegate,
bool IsOpen(ash::LauncherID id);
// Returns the launch type of app for the specified id.
- ExtensionPrefs::LaunchType GetLaunchType(ash::LauncherID id);
+ extensions::ExtensionPrefs::LaunchType GetLaunchType(ash::LauncherID id);
// Returns the id of the app for the specified tab.
std::string GetAppID(TabContents* tab);
@@ -165,7 +165,7 @@ class ChromeLauncherController : public ash::LauncherDelegate,
// Updates the launche type of the app for the specified id to |launch_type|.
void SetLaunchType(ash::LauncherID id,
- ExtensionPrefs::LaunchType launch_type);
+ extensions::ExtensionPrefs::LaunchType launch_type);
// Unpins any app items whose id is |app_id|.
void UnpinAppsWithID(const std::string& app_id);
« no previous file with comments | « chrome/browser/ui/views/ash/extension_utils.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