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

Unified Diff: chrome/browser/chromeos/extensions/file_browser_private_api.cc

Issue 11885021: Don't derive from ChromeURLDataManager::DataSource, and instead have these classes implement a dele… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: nits Created 7 years, 11 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
Index: chrome/browser/chromeos/extensions/file_browser_private_api.cc
===================================================================
--- chrome/browser/chromeos/extensions/file_browser_private_api.cc (revision 176443)
+++ chrome/browser/chromeos/extensions/file_browser_private_api.cc (working copy)
@@ -2207,7 +2207,7 @@
dict->SetBoolean("PDF_VIEW_ENABLED",
file_manager_util::ShouldBeOpenedWithPdfPlugin(profile(), ".pdf"));
- ChromeURLDataManager::DataSource::SetFontAndTextDirection(dict);
+ URLDataSource::SetFontAndTextDirection(dict);
drive::DriveSystemService* system_service =
drive::DriveSystemServiceFactory::GetForProfile(profile_);

Powered by Google App Engine
This is Rietveld 408576698