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

Unified Diff: content/public/browser/navigation_controller.h

Issue 10823207: Consolidate ContentViewCore::Load* functions (Closed) Base URL: http://git.chromium.org/chromium/src.git@cleanup_load
Patch Set: address Charlie's comments Created 8 years, 4 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/public/browser/navigation_controller.h
diff --git a/content/public/browser/navigation_controller.h b/content/public/browser/navigation_controller.h
index 8d471e1ef8e7ff4a8918e3e014d63ede1a933a34..b25b85bfd8dab01c99f601a2e14b233fbb7606da 100644
--- a/content/public/browser/navigation_controller.h
+++ b/content/public/browser/navigation_controller.h
@@ -63,6 +63,8 @@ class NavigationController {
// navigations, since it shows arbitrary content as if it comes from
// |virtual_url_for_data_url|.
LOAD_TYPE_DATA
+
+ // Adding new LoadURLType? Also update LoadUrlParams.java static constants.
};
// User agent override type used in LoadURLParams.
@@ -76,6 +78,9 @@ class NavigationController {
// Use the user agent override, if it's available.
UA_OVERRIDE_TRUE
+
+ // Adding new UserAgentOverrideOption? Also update LoadUrlParams.java
+ // static constants.
};
// Creates a navigation entry and translates the virtual url to a real one.

Powered by Google App Engine
This is Rietveld 408576698