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

Unified Diff: chrome/browser/infobars/infobar_extension_api.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/infobars/infobar_extension_api.h
diff --git a/chrome/browser/infobars/infobar_extension_api.h b/chrome/browser/infobars/infobar_extension_api.h
index fdd1cd9a0e1cb94b7ccf43831ff9052a4f8e74eb..80bd7f7810b1ce384db9929c082e2c8846aea01f 100644
--- a/chrome/browser/infobars/infobar_extension_api.h
+++ b/chrome/browser/infobars/infobar_extension_api.h
@@ -10,8 +10,7 @@
class InfobarsShowFunction : public SyncExtensionFunction {
virtual ~InfobarsShowFunction() {}
virtual bool RunImpl() OVERRIDE;
- DECLARE_EXTENSION_FUNCTION("experimental.infobars.show",
- EXPERIMENTAL_INFOBARS_SHOW)
+ DECLARE_EXTENSION_FUNCTION("infobars.show", INFOBARS_SHOW)
};
#endif // CHROME_BROWSER_INFOBARS_INFOBAR_EXTENSION_API_H_

Powered by Google App Engine
This is Rietveld 408576698