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

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: Fix merge conflict. Created 7 years, 9 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 99%
rename from chrome/common/extensions/api/experimental_notification.idl
rename to chrome/common/extensions/api/notifications.idl
index e2e6867b7997dfceeef8396cbde65ab5f4521493..9fdabdd6cfcd6bbb70ab7bfbe6b0b45219a95562 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.
-namespace experimental.notification {
+namespace notifications {
enum TemplateType {
// icon, title, message
simple,

Powered by Google App Engine
This is Rietveld 408576698