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

Unified Diff: chrome/browser/net/chrome_sdch_policy.h

Issue 423813002: Sdch view for net-internals (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix component linkage Created 6 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
« no previous file with comments | « no previous file | chrome/browser/net/chrome_sdch_policy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/net/chrome_sdch_policy.h
diff --git a/chrome/browser/net/chrome_sdch_policy.h b/chrome/browser/net/chrome_sdch_policy.h
index 046eeef896eba1cdb95b23a5d416128d6a3be6b6..5e24906cade6f350b694d9ea43c152ea0849c69d 100644
--- a/chrome/browser/net/chrome_sdch_policy.h
+++ b/chrome/browser/net/chrome_sdch_policy.h
@@ -28,7 +28,8 @@ class ChromeSdchPolicy : public net::SdchObserver {
~ChromeSdchPolicy() override;
void OnDictionaryFetched(const std::string& dictionary_text,
- const GURL& dictionary_url);
+ const GURL& dictionary_url,
+ const net::BoundNetLog& net_log);
// SdchObserver implementation.
void OnGetDictionary(net::SdchManager* manager,
« no previous file with comments | « no previous file | chrome/browser/net/chrome_sdch_policy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698