summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_process_impl.h
diff options
context:
space:
mode:
authortommycli@chromium.org <tommycli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-24 02:02:51 +0000
committertommycli@chromium.org <tommycli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-24 02:02:51 +0000
commite8262a55b0541cef1516ed93bb5d817c2e12affd (patch)
tree6c152810e0f8551b48eb4779744d81ece5b2b22d /chrome/browser/browser_process_impl.h
parent8bc47654234745aea1a2f040de3eefa36717476b (diff)
downloadchromium_src-e8262a55b0541cef1516ed93bb5d817c2e12affd.zip
chromium_src-e8262a55b0541cef1516ed93bb5d817c2e12affd.tar.gz
chromium_src-e8262a55b0541cef1516ed93bb5d817c2e12affd.tar.bz2
Exclude media galleries from android chrome.
Android can no longer include media_galleries, as the MediaMountPointProvider and other fileapi mechanisms have now been moved to chrome/. android_webview cannot include anything from chrome/. BUG=175936 Review URL: https://chromiumcodereview.appspot.com/14305008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195994 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser_process_impl.h')
-rw-r--r--chrome/browser/browser_process_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/browser_process_impl.h b/chrome/browser/browser_process_impl.h
index 93d1901..1401864 100644
--- a/chrome/browser/browser_process_impl.h
+++ b/chrome/browser/browser_process_impl.h
@@ -206,9 +206,9 @@ class BrowserProcessImpl : public BrowserProcess,
// Bookmark prompt controller displays the prompt for frequently visited URL.
scoped_ptr<BookmarkPromptController> bookmark_prompt_controller_;
-#endif
scoped_ptr<chrome::MediaFileSystemRegistry> media_file_system_registry_;
+#endif
scoped_refptr<printing::PrintPreviewDialogController>
print_preview_dialog_controller_;