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

Unified Diff: chrome/browser/extensions/api/web_navigation/web_navigation_api_constants.h

Issue 10807009: Include the processId in webNavigation events (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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/api/web_navigation/web_navigation_api_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/api/web_navigation/web_navigation_api_constants.h
diff --git a/chrome/browser/extensions/api/web_navigation/web_navigation_api_constants.h b/chrome/browser/extensions/api/web_navigation/web_navigation_api_constants.h
index eeaf289bd04cd0cea119202e860eafafd23a85c2..0d2fa970298e8b5a6045541ba2fbb2101e8c6b13 100644
--- a/chrome/browser/extensions/api/web_navigation/web_navigation_api_constants.h
+++ b/chrome/browser/extensions/api/web_navigation/web_navigation_api_constants.h
@@ -14,9 +14,11 @@ namespace web_navigation_api_constants {
// Keys.
extern const char kErrorKey[];
extern const char kFrameIdKey[];
+extern const char kProcessIdKey[];
extern const char kReplacedTabIdKey[];
-extern const char kSourceTabIdKey[];
extern const char kSourceFrameIdKey[];
+extern const char kSourceProcessIdKey[];
+extern const char kSourceTabIdKey[];
extern const char kTabIdKey[];
extern const char kTimeStampKey[];
extern const char kTransitionTypeKey[];
« no previous file with comments | « no previous file | chrome/browser/extensions/api/web_navigation/web_navigation_api_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698