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

Side by Side Diff: chrome/browser/printing/cloud_print/cloud_print_proxy_service.h

Issue 11243002: Move the bits of Prefs where production code has only trivially easy (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address review comments, fix gypi problem Created 8 years, 2 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_PRINTING_CLOUD_PRINT_CLOUD_PRINT_PROXY_SERVICE_H_ 5 #ifndef CHROME_BROWSER_PRINTING_CLOUD_PRINT_CLOUD_PRINT_PROXY_SERVICE_H_
6 #define CHROME_BROWSER_PRINTING_CLOUD_PRINT_CLOUD_PRINT_PROXY_SERVICE_H_ 6 #define CHROME_BROWSER_PRINTING_CLOUD_PRINT_CLOUD_PRINT_PROXY_SERVICE_H_
7 7
8 #include <string> 8 #include <string>
9 #include <vector> 9 #include <vector>
10 10
11 #include "base/basictypes.h" 11 #include "base/basictypes.h"
12 #include "base/callback_forward.h" 12 #include "base/callback_forward.h"
13 #include "base/memory/weak_ptr.h" 13 #include "base/memory/weak_ptr.h"
14 #include "base/observer_list.h" 14 #include "base/observer_list.h"
15 #include "chrome/browser/api/prefs/pref_change_registrar.h" 15 #include "base/prefs/public/pref_change_registrar.h"
16 #include "chrome/browser/printing/cloud_print/cloud_print_setup_handler.h" 16 #include "chrome/browser/printing/cloud_print/cloud_print_setup_handler.h"
17 #include "chrome/browser/profiles/profile_keyed_service.h" 17 #include "chrome/browser/profiles/profile_keyed_service.h"
18 #include "content/public/browser/notification_observer.h" 18 #include "content/public/browser/notification_observer.h"
19 19
20 class Profile; 20 class Profile;
21 class ServiceProcessControl; 21 class ServiceProcessControl;
22 22
23 namespace cloud_print { 23 namespace cloud_print {
24 struct CloudPrintProxyInfo; 24 struct CloudPrintProxyInfo;
25 } // namespace cloud_print 25 } // namespace cloud_print
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 PrefChangeRegistrar pref_change_registrar_; 116 PrefChangeRegistrar pref_change_registrar_;
117 117
118 // If set, continue trying to disable the connector, and quit the process 118 // If set, continue trying to disable the connector, and quit the process
119 // once successful. 119 // once successful.
120 bool enforcing_connector_policy_; 120 bool enforcing_connector_policy_;
121 121
122 DISALLOW_COPY_AND_ASSIGN(CloudPrintProxyService); 122 DISALLOW_COPY_AND_ASSIGN(CloudPrintProxyService);
123 }; 123 };
124 124
125 #endif // CHROME_BROWSER_PRINTING_CLOUD_PRINT_CLOUD_PRINT_PROXY_SERVICE_H_ 125 #endif // CHROME_BROWSER_PRINTING_CLOUD_PRINT_CLOUD_PRINT_PROXY_SERVICE_H_
OLDNEW
« no previous file with comments | « chrome/browser/prefs/value_map_pref_store.cc ('k') | chrome/browser/profiles/off_the_record_profile_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698