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

Unified Diff: content/browser/devtools/protocol/page_handler.h

Issue 642263004: [DevTools] Make generated protocol structs wrappers around DictionaryValue (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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: content/browser/devtools/protocol/page_handler.h
diff --git a/content/browser/devtools/protocol/page_handler.h b/content/browser/devtools/protocol/page_handler.h
index fe01ece07941b0eee5a3b3b5413ec403d28d34ab..0f6f12f322ac8f54c94ff13b47fb6c71e60b71cd 100644
--- a/content/browser/devtools/protocol/page_handler.h
+++ b/content/browser/devtools/protocol/page_handler.h
@@ -48,7 +48,7 @@ class PageHandler {
Response Navigate(const std::string& url, FrameId* frame_id);
Response GetNavigationHistory(int* current_index,
- std::vector<NavigationEntry>* entries);
+ ListBuilder<NavigationEntry>* entries);
Response NavigateToHistoryEntry(int entry_id);

Powered by Google App Engine
This is Rietveld 408576698