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

Unified Diff: webkit/tools/test_shell/simple_appcache_system.cc

Issue 1600002: Indicate in the tab UI if appcache creation was blocked by privacy settings. (Closed)
Patch Set: updates Created 10 years, 8 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: webkit/tools/test_shell/simple_appcache_system.cc
diff --git a/webkit/tools/test_shell/simple_appcache_system.cc b/webkit/tools/test_shell/simple_appcache_system.cc
index 8627b668f0574d36be3f19681c6dd3b866b7ee99..2fbc12a3df4af2c1d480ef89d290821d70c9440c 100644
--- a/webkit/tools/test_shell/simple_appcache_system.cc
+++ b/webkit/tools/test_shell/simple_appcache_system.cc
@@ -99,6 +99,8 @@ class SimpleFrontendProxy
NOTREACHED();
}
+ virtual void OnContentBlocked(int host_id) {}
+
private:
friend class base::RefCountedThreadSafe<SimpleFrontendProxy>;

Powered by Google App Engine
This is Rietveld 408576698