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

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

Issue 772533005: Enable the new bookmark apps system by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update one more test Created 6 years 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 18d34084a9ed241e1cf0eefc6601b199ae9bf163..a05e07b2fd78e2418c6e95a106ddba3d43b5b195 100644
--- a/chrome/browser/extensions/extension_util.h
+++ b/chrome/browser/extensions/extension_util.h
@@ -124,6 +124,12 @@ 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.
+//
+// TODO(benwells): http://crbug.com/441128: Remove this entirely once the
+// feature is stable.
bool IsStreamlinedHostedAppsEnabled();
} // namespace util

Powered by Google App Engine
This is Rietveld 408576698