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

Unified Diff: content/renderer/pepper/ppb_uma_private_impl.h

Issue 61643022: Proxy private UMA pepper interface for out-of-process and NaCl plugins. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove errant file, fix comment typo Created 7 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
Index: content/renderer/pepper/ppb_uma_private_impl.h
diff --git a/content/renderer/pepper/ppb_uma_private_impl.h b/content/renderer/pepper/ppb_uma_private_impl.h
deleted file mode 100644
index 91eae471043b6eb2475f30eecf4197c8b632a12c..0000000000000000000000000000000000000000
--- a/content/renderer/pepper/ppb_uma_private_impl.h
+++ /dev/null
@@ -1,19 +0,0 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
yzshen1 2013/12/04 19:32:51 weird, the file is not showed as deleted.
elijahtaylor1 2013/12/21 02:26:21 Yeah, it's deleted in my git repo, hopefully a cod
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CONTENT_RENDERER_PEPPER_PPB_UMA_PRIVATE_IMPL_H_
-#define CONTENT_RENDERER_PEPPER_PPB_UMA_PRIVATE_IMPL_H_
-
-#include "ppapi/c/private/ppb_uma_private.h"
-
-namespace content {
-
-class PPB_UMA_Private_Impl {
- public:
- static const PPB_UMA_Private* GetInterface();
-};
-
-} // namespace content
-
-#endif // CONTENT_RENDERER_PEPPER_PPB_UMA_PRIVATE_IMPL_H_

Powered by Google App Engine
This is Rietveld 408576698