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

Unified Diff: content/browser/devtools/devtools_protocol_constants.h

Issue 23943004: Support Page.getNavigationHistory and Page.navigateToHistoryEntry in RendererOverridesHandler (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments Created 7 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
« no previous file with comments | « no previous file | content/browser/devtools/devtools_protocol_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/devtools/devtools_protocol_constants.h
diff --git a/content/browser/devtools/devtools_protocol_constants.h b/content/browser/devtools/devtools_protocol_constants.h
index dfc0e0ea2b71bfe903dc04e8fba186dec87c6bd6..cbbedb672b65d49fc00d04284517ed8601cde4bf 100644
--- a/content/browser/devtools/devtools_protocol_constants.h
+++ b/content/browser/devtools/devtools_protocol_constants.h
@@ -89,6 +89,20 @@ namespace Page {
extern const char kParamUrl[];
} // navigate
+ namespace getNavigationHistory {
+ extern const char kName[];
+ extern const char kResponseCurrentIndex[];
+ extern const char kResponseEntries[];
+ extern const char kResponseEntryId[];
+ extern const char kResponseEntryURL[];
+ extern const char kResponseEntryTitle[];
+ } // getNavigationHistory
+
+ namespace navigateToHistoryEntry {
+ extern const char kName[];
+ extern const char kParamEntryId[];
+ } // navigateToHistoryEntry
+
namespace captureScreenshot {
extern const char kName[];
extern const char kParamFormat[];
« no previous file with comments | « no previous file | content/browser/devtools/devtools_protocol_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698