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

Unified Diff: chrome/browser/extensions/extension_util.h

Issue 883603002: Rename StreamlinedHostedApps to NewBookmarkApps in the code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments and variables Created 5 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/extensions/extension_util.h
diff --git a/chrome/browser/extensions/extension_util.h b/chrome/browser/extensions/extension_util.h
index a05e07b2fd78e2418c6e95a106ddba3d43b5b195..724050035a52d23f7e67b7a8e812116353cbd2af 100644
--- a/chrome/browser/extensions/extension_util.h
+++ b/chrome/browser/extensions/extension_util.h
@@ -123,14 +123,11 @@ bool SiteHasIsolatedStorage(const GURL& extension_site_url,
const gfx::ImageSkia& GetDefaultExtensionIcon();
const gfx::ImageSkia& GetDefaultAppIcon();
-// Returns true if the experimental streamlined hosted apps feature is enabled.
-//
-// TODO(benwells): http://crbug.com/441127: Rename this to
-// IsNewBookmarkAppsEnabled.
+// Returns true if the bookmark apps feature is enabled.
//
// TODO(benwells): http://crbug.com/441128: Remove this entirely once the
// feature is stable.
-bool IsStreamlinedHostedAppsEnabled();
+bool IsNewBookmarkAppsEnabled();
} // namespace util
} // namespace extensions

Powered by Google App Engine
This is Rietveld 408576698