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

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

Issue 1806723003: [Extensions] Remove principalsPrivate API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove extraneous mods Created 4 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
« no previous file with comments | « chrome/common/extensions/api/_permission_features.json ('k') | chrome/common/extensions/api/schemas.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/principals_private.idl
diff --git a/chrome/common/extensions/api/principals_private.idl b/chrome/common/extensions/api/principals_private.idl
deleted file mode 100644
index bc1925db8c377b06d46fe9e1ccc663efa70e5efe..0000000000000000000000000000000000000000
--- a/chrome/common/extensions/api/principals_private.idl
+++ /dev/null
@@ -1,18 +0,0 @@
-// Copyright 2013 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-// Experimental APIs to trigger Chrome sign in actions.
-// Only enabled if the flag "new-profile-management" is set.
-namespace principalsPrivate {
-
- interface Functions {
- // Triggers Chrome sign out.
- // Only enabled if the flag "new-profile-management" is set.
- static void signOut();
-
- // Shows the avatar bubble.
- // Only enabled if the flag "new-profile-management" is set.
- static void showAvatarBubble();
- };
-};
« no previous file with comments | « chrome/common/extensions/api/_permission_features.json ('k') | chrome/common/extensions/api/schemas.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698