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

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

Issue 15817008: Move systemInfo.cpu API out out experimental namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 7 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/permissions/permission_message.h
diff --git a/chrome/common/extensions/permissions/permission_message.h b/chrome/common/extensions/permissions/permission_message.h
index e0b7444e0e983fdf1c970aae72ee515eedd7c165..bbbcb126540b01e7d37a604076950c94e6eb0bc2 100644
--- a/chrome/common/extensions/permissions/permission_message.h
+++ b/chrome/common/extensions/permissions/permission_message.h
@@ -62,6 +62,7 @@ class PermissionMessage {
kSyncFileSystem,
kAudio,
kFavicon,
+ kSystemInfoCpu,
asargent_no_longer_on_chrome 2013/05/30 19:14:00 Since there is no message displayed in the confirm
Tim Song 2013/05/31 01:08:35 I think you're right. Done.
kEnumBoundary,
};

Powered by Google App Engine
This is Rietveld 408576698