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

Unified Diff: chrome/renderer/plugins/plugin_placeholder.h

Issue 10871003: Define ENABLE_MOBILE_YOUTUBE_PLUGIN on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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/chrome_renderer.gypi ('k') | chrome/renderer/plugins/plugin_placeholder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/plugins/plugin_placeholder.h
diff --git a/chrome/renderer/plugins/plugin_placeholder.h b/chrome/renderer/plugins/plugin_placeholder.h
index 770ff38647272418d97ee88c1c26a27586681688..ea53ba944d77cdcb507a0ff991d3104a8268a87a 100644
--- a/chrome/renderer/plugins/plugin_placeholder.h
+++ b/chrome/renderer/plugins/plugin_placeholder.h
@@ -147,7 +147,8 @@ class PluginPlaceholder : public content::RenderViewObserver,
static bool IsValidYouTubeVideo(const std::string& path);
// Opens a youtube app in the current tab.
- void OpenYoutubeUrlCallback(const CppArgumentList& args, CppVariant* result);
+ void OpenYoutubeUrlCallback(const webkit_glue::CppArgumentList& args,
+ webkit_glue::CppVariant* result);
#endif
void SetMessage(const string16& message);
« no previous file with comments | « chrome/chrome_renderer.gypi ('k') | chrome/renderer/plugins/plugin_placeholder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698