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

Unified Diff: chrome/browser/extensions/activity_log/activity_action_constants.h

Issue 19690003: Extension activity log database refactoring (step 3) (Closed) Base URL: http://git.chromium.org/chromium/src.git@refactor2
Patch Set: Do not set bad BlockedChromeActivityDetail::Reason values Created 7 years, 5 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 | « no previous file | chrome/browser/extensions/activity_log/activity_action_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/activity_log/activity_action_constants.h
diff --git a/chrome/browser/extensions/activity_log/activity_action_constants.h b/chrome/browser/extensions/activity_log/activity_action_constants.h
new file mode 100644
index 0000000000000000000000000000000000000000..2aefb62ba04977592cfa06e8e2f9d8eb2cdbdf07
--- /dev/null
+++ b/chrome/browser/extensions/activity_log/activity_action_constants.h
@@ -0,0 +1,20 @@
+// Copyright (c) 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.
+
+// String constants used when logging data in the extension activity log.
+
+#ifndef CHROME_BROWSER_EXTENSIONS_ACTIVITY_LOG_ACTIVITY_ACTION_CONSTANTS_H_
+#define CHROME_BROWSER_EXTENSIONS_ACTIVITY_LOG_ACTIVITY_ACTION_CONSTANTS_H_
+
+namespace activity_log_constants {
+
+// Keys that may be used in the "other" attribute of an Action.
+extern const char kActionBlockedReason[];
+extern const char kActionDomVerb[];
+extern const char kActionExtra[];
+extern const char kActionWebRequest[];
+
+} // namespace activity_log_constants
+
+#endif // CHROME_BROWSER_EXTENSIONS_ACTIVITY_LOG_ACTIVITY_ACTION_CONSTANTS_H_
« no previous file with comments | « no previous file | chrome/browser/extensions/activity_log/activity_action_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698