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

Unified Diff: chrome/browser/ui/webui/ntp/app_launcher_handler.h

Issue 9340007: Make the Chrome Web Store Icon Syncable (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Removing braces Created 8 years, 10 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/webui/ntp/app_launcher_handler.h
diff --git a/chrome/browser/ui/webui/ntp/app_launcher_handler.h b/chrome/browser/ui/webui/ntp/app_launcher_handler.h
index ccf2278a687af4d1df93648228e547b8b57f8c6e..2822e312912e7c9b17dfbc8b5239909d45605866 100644
--- a/chrome/browser/ui/webui/ntp/app_launcher_handler.h
+++ b/chrome/browser/ui/webui/ntp/app_launcher_handler.h
@@ -35,10 +35,6 @@ class AppLauncherHandler : public content::WebUIMessageHandler,
explicit AppLauncherHandler(ExtensionService* extension_service);
virtual ~AppLauncherHandler();
- // Whether the app should be excluded from the "apps" list because
- // it is special (such as the Web Store app).
- static bool IsAppExcludedFromList(const Extension* extension);
-
// Populate a dictionary with the information from an extension.
static void CreateAppInfo(
const Extension* extension,
« no previous file with comments | « chrome/browser/ui/views/aura/app_list/app_list_model_builder.cc ('k') | chrome/browser/ui/webui/ntp/app_launcher_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698