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

Unified Diff: chrome/common/extensions/api/notifications.idl

Issue 12313115: Take notification API out of experimental. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Missed one pathname. Created 7 years, 10 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/common/extensions/api/notifications.idl
diff --git a/chrome/common/extensions/api/experimental_notification.idl b/chrome/common/extensions/api/notifications.idl
similarity index 98%
rename from chrome/common/extensions/api/experimental_notification.idl
rename to chrome/common/extensions/api/notifications.idl
index 4ef290f096d76b87cc2c13d308f5f147f90d4f9f..296ef32ab6e84f60525429f6ef3eb880e059156a 100644
--- a/chrome/common/extensions/api/experimental_notification.idl
+++ b/chrome/common/extensions/api/notifications.idl
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-[nodoc] namespace experimental.notification {
+[nodoc] namespace notifications {
enum TemplateType {
// icon, title, message
simple,

Powered by Google App Engine
This is Rietveld 408576698