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

Unified Diff: content/public/renderer/render_view.h

Issue 9473001: Extract minimal RenderViewHost interface for embedders, leaving (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to LKGR. Created 8 years, 10 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 side-by-side diff with in-line comments
Download patch
Index: content/public/renderer/render_view.h
diff --git a/content/public/renderer/render_view.h b/content/public/renderer/render_view.h
index 14020aebf208296b06c5435663bf5c1e19659d06..7ac69e1d4ee51d03785cf9be1914aa471bdec863 100644
--- a/content/public/renderer/render_view.h
+++ b/content/public/renderer/render_view.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -49,7 +49,7 @@ class CONTENT_EXPORT RenderView : public IPC::Message::Sender {
virtual ~RenderView() {}
// Get the routing ID of the view.
- virtual int GetRoutingId() const = 0;
+ virtual int GetRoutingID() const = 0;
// Page IDs allow the browser to identify pages in each renderer process for
// keeping back/forward history in sync.
« no previous file with comments | « content/public/browser/web_contents_observer.cc ('k') | content/renderer/mouse_lock_dispatcher_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698