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

Unified Diff: extensions/browser/extension_throttle_entry_interface.h

Issue 2480203002: ui: Cleanup class/struct forward declarations (Closed)
Patch Set: Sync CL to position 430550 Created 4 years, 1 month 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: extensions/browser/extension_throttle_entry_interface.h
diff --git a/extensions/browser/extension_throttle_entry_interface.h b/extensions/browser/extension_throttle_entry_interface.h
index 57d1b02c7dab9417e930c34a4825871d4027c621..0b52a0376772a2e7e4313c222c5e34f4c9da85c9 100644
--- a/extensions/browser/extension_throttle_entry_interface.h
+++ b/extensions/browser/extension_throttle_entry_interface.h
@@ -60,8 +60,8 @@ class ExtensionThrottleEntryInterface
// indicated is already one of those that will be counted as an error.
virtual void ReceivedContentWasMalformed(int response_code) = 0;
- // Get the URL ID associated with his entry. Should only be used for debugging
- // purpose.
+ // Get the URL ID associated with this entry. Should only be used for
+ // debugging purpose.
virtual const std::string& GetURLIdForDebugging() const = 0;
protected:
« no previous file with comments | « extensions/browser/content_verify_job.cc ('k') | extensions/browser/guest_view/web_view/web_ui/web_ui_url_fetcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698