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

Unified Diff: ppapi/c/dev/ppb_query_policy_dev.h

Issue 8275012: Remove RemoteAccessClientFirewallTraversal policy and code paths. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Re-rebase Created 9 years, 2 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
« no previous file with comments | « ppapi/api/dev/ppp_policy_update_dev.idl ('k') | ppapi/c/dev/ppp_policy_update_dev.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/dev/ppb_query_policy_dev.h
diff --git a/ppapi/c/dev/ppb_query_policy_dev.h b/ppapi/c/dev/ppb_query_policy_dev.h
deleted file mode 100644
index 46394aa25b86335265e6fc7d8be467ea0396beab..0000000000000000000000000000000000000000
--- a/ppapi/c/dev/ppb_query_policy_dev.h
+++ /dev/null
@@ -1,47 +0,0 @@
-/* Copyright (c) 2011 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.
- */
-
-/* From dev/ppb_query_policy_dev.idl modified Tue Oct 4 08:47:29 2011. */
-
-#ifndef PPAPI_C_DEV_PPB_QUERY_POLICY_DEV_H_
-#define PPAPI_C_DEV_PPB_QUERY_POLICY_DEV_H_
-
-#include "ppapi/c/pp_instance.h"
-#include "ppapi/c/pp_macros.h"
-#include "ppapi/c/pp_stdint.h"
-
-#define PPB_QUERYPOLICY_DEV_INTERFACE_0_1 "PPB_QueryPolicy(Dev);0.1"
-#define PPB_QUERYPOLICY_DEV_INTERFACE PPB_QUERYPOLICY_DEV_INTERFACE_0_1
-
-/**
- * @file
- * This file defines the <code>PPB_QueryPolicy_Dev</code> interface.
- */
-
-
-/**
- * @addtogroup Interfaces
- * @{
- */
-struct PPB_QueryPolicy_Dev {
- /**
- * Subscribes the instance to receive updates via the
- * <code>PPP_PolicyUpdate_Dev</code> interface.
- *
- * The plugin is guaranteed to get one update immediately via the
- * <code>PP_PolicyUpdate_Dev</code> interface. This allows the plugin to
- * retrieve the current policy when subscribing for the first time.
- *
- * @param[in] instance A <code>PP_Instance</code> indentifying one instance
- * of a module.
- */
- void (*SubscribeToPolicyUpdates)(PP_Instance instance);
-};
-/**
- * @}
- */
-
-#endif /* PPAPI_C_DEV_PPB_QUERY_POLICY_DEV_H_ */
-
« no previous file with comments | « ppapi/api/dev/ppp_policy_update_dev.idl ('k') | ppapi/c/dev/ppp_policy_update_dev.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698