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

Side by Side Diff: chrome/common/chrome_content_client.cc

Issue 6695029: Make ContentBrowserClient not be owned by ContentClient, so that the latter d... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 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 | Annotate | Revision Log
« no previous file with comments | « chrome/common/chrome_content_client.h ('k') | chrome/test/browser_with_test_window_test.h » ('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) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 #include "chrome/common/chrome_content_client.h" 5 #include "chrome/common/chrome_content_client.h"
6 6
7 #include "chrome/common/child_process_logging.h" 7 #include "chrome/common/child_process_logging.h"
8 8
9 namespace chrome { 9 namespace chrome {
10 10
11 void ChromeContentClient::SetActiveURL(const GURL& url) { 11 void ChromeContentClient::SetActiveURL(const GURL& url) {
12 } 12 }
13 13
14 void ChromeContentClient::SetGpuInfo(const GPUInfo& gpu_info) { 14 void ChromeContentClient::SetGpuInfo(const GPUInfo& gpu_info) {
15 child_process_logging::SetGpuInfo(gpu_info); 15 child_process_logging::SetGpuInfo(gpu_info);
16 } 16 }
17 17
18 void ChromeContentClient::PluginProcessStarted() {
19 }
Charlie Reis 2011/03/15 20:15:00 Any reason to add this now, if we're not doing any
jam 2011/03/15 20:25:24 I just had it in the same checkout, so I figured i
20
18 } // namespace chrome 21 } // namespace chrome
OLDNEW
« no previous file with comments | « chrome/common/chrome_content_client.h ('k') | chrome/test/browser_with_test_window_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698