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

Unified Diff: chrome/browser/pepper_gtalk_message_filter.h

Issue 11359147: Convert the Pepper Talk API to use the new resource system. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/browser/pepper_gtalk_message_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/pepper_gtalk_message_filter.h
diff --git a/chrome/browser/pepper_gtalk_message_filter.h b/chrome/browser/pepper_gtalk_message_filter.h
deleted file mode 100644
index 17847df103b74093851b3fa9c4ecd4ab245e3c80..0000000000000000000000000000000000000000
--- a/chrome/browser/pepper_gtalk_message_filter.h
+++ /dev/null
@@ -1,32 +0,0 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CHROME_BROWSER_PEPPER_GTALK_MESSAGE_FILTER_H_
-#define CHROME_BROWSER_PEPPER_GTALK_MESSAGE_FILTER_H_
-
-#include "content/public/browser/browser_message_filter.h"
-#include "ppapi/c/pp_resource.h"
-
-// A message filter for Gtalk-specific pepper messages.
-class PepperGtalkMessageFilter : public content::BrowserMessageFilter {
- public:
- PepperGtalkMessageFilter();
-
- // content::BrowserMessageFilter methods.
- virtual void OverrideThreadForMessage(
- const IPC::Message& message,
- content::BrowserThread::ID* thread) OVERRIDE;
- virtual bool OnMessageReceived(const IPC::Message& message,
- bool* message_was_ok) OVERRIDE;
-
- private:
- virtual ~PepperGtalkMessageFilter();
-
- void OnTalkGetPermission(uint32 plugin_dispatcher_id,
- PP_Resource resource);
-
- DISALLOW_COPY_AND_ASSIGN(PepperGtalkMessageFilter);
-};
-
-#endif // CHROME_BROWSER_PEPPER_GTALK_MESSAGE_FILTER_H_
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/browser/pepper_gtalk_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698