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

Unified Diff: content/utility/content_utility_client.h

Issue 7274031: Wholesale move of debugger sources to content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add OWNERS and DEPS. Created 9 years, 6 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/utility/content_utility_client.h
diff --git a/content/utility/content_utility_client.h b/content/utility/content_utility_client.h
index 4fd3d1a353e3340f6daf6bf03bb9e94094a92e65..6a4b3ea2ffbb2890a6dceb2149ab5735b5d5d5fc 100644
--- a/content/utility/content_utility_client.h
+++ b/content/utility/content_utility_client.h
@@ -14,10 +14,10 @@ namespace content {
class ContentUtilityClient {
public:
// Notifies us that the UtilityThread has been created.
- virtual void UtilityThreadStarted();
+ virtual void UtilityThreadStarted() = 0;
// Allows the embedder to filter messages.
- virtual bool OnMessageReceived(const IPC::Message& message);
+ virtual bool OnMessageReceived(const IPC::Message& message) = 0;
};
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698