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

Unified Diff: extensions/browser/api/management/management_api_delegate.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: extensions/browser/api/management/management_api_delegate.h
diff --git a/extensions/browser/api/management/management_api_delegate.h b/extensions/browser/api/management/management_api_delegate.h
index c81ef0916d599b7467835308a5958b8d538bbd01..6311b3d92195f4dcf7ff8637907df8ba04c0e570 100644
--- a/extensions/browser/api/management/management_api_delegate.h
+++ b/extensions/browser/api/management/management_api_delegate.h
@@ -53,9 +53,9 @@ class ManagementAPIDelegate {
const Extension* extension,
content::BrowserContext* context) const = 0;
- // Forwards the call to extensions::util::IsStreamlinedHostedAppsEnabled in
+ // Forwards the call to extensions::util::IsNewBookmarkAppsEnabled in
// chrome.
- virtual bool IsStreamlinedHostedAppsEnabled() const = 0;
+ virtual bool IsNewBookmarkAppsEnabled() const = 0;
// Forwards the call to AppLaunchInfo::GetFullLaunchURL in chrome.
virtual GURL GetFullLaunchURL(const Extension* extension) const = 0;

Powered by Google App Engine
This is Rietveld 408576698