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

Unified Diff: chrome/common/ppapi_utils.cc

Issue 893823002: Register system Pepper Flash plugin if no packaged Pepper plugin is found. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments. read location of pepperflash from registry. Created 5 years, 10 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 | « chrome/common/ppapi_utils.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/ppapi_utils.cc
diff --git a/chrome/browser/component_updater/ppapi_utils.cc b/chrome/common/ppapi_utils.cc
similarity index 97%
rename from chrome/browser/component_updater/ppapi_utils.cc
rename to chrome/common/ppapi_utils.cc
index 544e16519dbae500295727bcfb5a6569ff13ba9b..175717eeb0e4037c858e1595a05b1dc87571829c 100644
--- a/chrome/browser/component_updater/ppapi_utils.cc
+++ b/chrome/common/ppapi_utils.cc
@@ -1,7 +1,7 @@
-// Copyright (c) 2013 The Chromium Authors. All rights reserved.
+// Copyright (c) 2015 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.
-#include "chrome/browser/component_updater/ppapi_utils.h"
+#include "chrome/common/ppapi_utils.h"
#include <cstring>
« no previous file with comments | « chrome/common/ppapi_utils.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698