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

Side by Side Diff: chrome/browser/chrome_content_browser_client.h

Issue 186023002: DO NOT REVIEW Plumb push messaging registration through to gcm. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 6 years, 9 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
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_CHROME_CONTENT_BROWSER_CLIENT_H_ 5 #ifndef CHROME_BROWSER_CHROME_CONTENT_BROWSER_CLIENT_H_
6 #define CHROME_BROWSER_CHROME_CONTENT_BROWSER_CLIENT_H_ 6 #define CHROME_BROWSER_CHROME_CONTENT_BROWSER_CLIENT_H_
7 7
8 #include <set> 8 #include <set>
9 #include <string> 9 #include <string>
10 #include <utility> 10 #include <utility>
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 content::ResourceContext* context, 215 content::ResourceContext* context,
216 int render_process_id, 216 int render_process_id,
217 bool is_guest, 217 bool is_guest,
218 int opener_id, 218 int opener_id,
219 bool* no_javascript_access) OVERRIDE; 219 bool* no_javascript_access) OVERRIDE;
220 virtual std::string GetWorkerProcessTitle( 220 virtual std::string GetWorkerProcessTitle(
221 const GURL& url, content::ResourceContext* context) OVERRIDE; 221 const GURL& url, content::ResourceContext* context) OVERRIDE;
222 virtual void ResourceDispatcherHostCreated() OVERRIDE; 222 virtual void ResourceDispatcherHostCreated() OVERRIDE;
223 virtual content::SpeechRecognitionManagerDelegate* 223 virtual content::SpeechRecognitionManagerDelegate*
224 GetSpeechRecognitionManagerDelegate() OVERRIDE; 224 GetSpeechRecognitionManagerDelegate() OVERRIDE;
225 virtual content::PushMessagingService* CreatePushMessagingService(
226 content::BrowserContext* browser_context) OVERRIDE;
225 virtual net::NetLog* GetNetLog() OVERRIDE; 227 virtual net::NetLog* GetNetLog() OVERRIDE;
226 virtual content::AccessTokenStore* CreateAccessTokenStore() OVERRIDE; 228 virtual content::AccessTokenStore* CreateAccessTokenStore() OVERRIDE;
227 virtual bool IsFastShutdownPossible() OVERRIDE; 229 virtual bool IsFastShutdownPossible() OVERRIDE;
228 virtual void OverrideWebkitPrefs(content::RenderViewHost* rvh, 230 virtual void OverrideWebkitPrefs(content::RenderViewHost* rvh,
229 const GURL& url, 231 const GURL& url,
230 WebPreferences* prefs) OVERRIDE; 232 WebPreferences* prefs) OVERRIDE;
231 virtual void UpdateInspectorSetting(content::RenderViewHost* rvh, 233 virtual void UpdateInspectorSetting(content::RenderViewHost* rvh,
232 const std::string& key, 234 const std::string& key,
233 const std::string& value) OVERRIDE; 235 const std::string& value) OVERRIDE;
234 virtual void BrowserURLHandlerCreated( 236 virtual void BrowserURLHandlerCreated(
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 permissions_policy_delegate_; 296 permissions_policy_delegate_;
295 297
296 friend class DisableWebRtcEncryptionFlagTest; 298 friend class DisableWebRtcEncryptionFlagTest;
297 299
298 DISALLOW_COPY_AND_ASSIGN(ChromeContentBrowserClient); 300 DISALLOW_COPY_AND_ASSIGN(ChromeContentBrowserClient);
299 }; 301 };
300 302
301 } // namespace chrome 303 } // namespace chrome
302 304
303 #endif // CHROME_BROWSER_CHROME_CONTENT_BROWSER_CLIENT_H_ 305 #endif // CHROME_BROWSER_CHROME_CONTENT_BROWSER_CLIENT_H_
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698