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

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

Issue 594003002: Added unit tests for ChromePermissionMessageProvider (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed up comments/naming Created 6 years, 3 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/chrome_permission_message_provider.h
diff --git a/chrome/common/extensions/permissions/chrome_permission_message_provider.h b/chrome/common/extensions/permissions/chrome_permission_message_provider.h
index d8584bbdb30421dd592ae4a740185cd32092674a..05091507b54e578f3f78eacfd3315c2ab823076a 100644
--- a/chrome/common/extensions/permissions/chrome_permission_message_provider.h
+++ b/chrome/common/extensions/permissions/chrome_permission_message_provider.h
@@ -14,6 +14,12 @@
namespace extensions {
+// Tested in two places:
+// 1. chrome_permission_message_provider_unittest.cc, which is a regular unit
+// test for this class
+// 2. chrome/browser/extensions/permission_messages_unittest.cc, which is an
+// integration test that ensures messages are correctly generated for
+// extensions created through the extension system.
class ChromePermissionMessageProvider : public PermissionMessageProvider {
public:
ChromePermissionMessageProvider();
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/common/extensions/permissions/chrome_permission_message_provider_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698