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

Unified Diff: chrome/browser/extensions/activity_log/api_name_constants.h

Issue 20081002: Remove experimental permission from infobars API and moving it to dev channel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added license header Created 7 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/extensions/activity_log/api_name_constants.h
diff --git a/chrome/browser/extensions/activity_log/api_name_constants.h b/chrome/browser/extensions/activity_log/api_name_constants.h
index d50f72e29b1323c2fb4692845b038cb9d0b51ef2..9cc4984ad035518f30a3cc38a1636fc6200fb9cb 100644
--- a/chrome/browser/extensions/activity_log/api_name_constants.h
+++ b/chrome/browser/extensions/activity_log/api_name_constants.h
@@ -67,7 +67,7 @@ const char* const kNames[] = {
"experimental.discovery.removeSuggestion",
"experimental.discovery.suggest", "experimental.history.getMostVisited",
"experimental.identity.getAuthToken",
- "experimental.identity.launchWebAuthFlow", "experimental.infobars.show",
+ "experimental.identity.launchWebAuthFlow", "infobars.show",
"experimental.mediaGalleries.assembleMediaFile",
"experimental.mediaGalleries.extractEmbeddedThumbnails",
"experimental.processes.getProcessIdForTab",

Powered by Google App Engine
This is Rietveld 408576698