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

Unified Diff: chrome/browser/browser_process_impl.h

Issue 8438020: Cloud print connector policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move the code to the browser process Created 9 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: chrome/browser/browser_process_impl.h
diff --git a/chrome/browser/browser_process_impl.h b/chrome/browser/browser_process_impl.h
index 4bb6a7bdc78feb3537b80f020350342b8c7faef5..cb99165b1750b4c9530b49f539f8f799d4920cc3 100644
--- a/chrome/browser/browser_process_impl.h
+++ b/chrome/browser/browser_process_impl.h
@@ -171,6 +171,8 @@ class BrowserProcessImpl : public BrowserProcess,
void ApplyDisabledSchemesPolicy();
void ApplyAllowCrossOriginAuthPromptPolicy();
void ApplyDefaultBrowserPolicy();
+ void ApplyCloudPrintConnectorPolicy();
+ void ApplyCloudPrintConnectorPolicyToProfile(Profile* profile);
#if defined(IPC_MESSAGE_LOG_ENABLED)
void SetIPCLoggingEnabledForChildProcesses(bool enabled);

Powered by Google App Engine
This is Rietveld 408576698