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

Unified Diff: chrome/common/extensions/permissions/api_permission.h

Issue 11348335: Revert 170514 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 1 month 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/permissions/api_permission.h
===================================================================
--- chrome/common/extensions/permissions/api_permission.h (revision 170599)
+++ chrome/common/extensions/permissions/api_permission.h (working copy)
@@ -46,7 +46,6 @@
kAudioCapture,
kBackground,
kBluetooth,
- kBluetoothDevice,
kBookmark,
kBookmarkManagerPrivate,
kBrowsingData,
@@ -134,13 +133,6 @@
return info_;
}
- // Returns a string representation of this permissions. The default string
- // representation is the name of the permission.
- virtual std::string ToString() const;
-
- // Returns true if this permission cannot be found in the manifest.
- virtual bool ManifestEntryForbidden() const;
-
// Returns true if this permission has any PermissionMessages.
virtual bool HasMessages() const = 0;
« no previous file with comments | « chrome/common/extensions/extension_manifest_constants.cc ('k') | chrome/common/extensions/permissions/api_permission.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698