Chromium Code Reviews

Unified Diff: chrome/browser/instant/instant_loader.h

Issue 6310003: Support specified JSON as argument to setSuggestions(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome
Patch Set: Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: chrome/browser/instant/instant_loader.h
diff --git a/chrome/browser/instant/instant_loader.h b/chrome/browser/instant/instant_loader.h
index 8be48af26798d9788ecc73455bc2e46ddc92d779..83b0e844b6be2d2170cd08559eeeb7390c6ecc88 100644
--- a/chrome/browser/instant/instant_loader.h
+++ b/chrome/browser/instant/instant_loader.h
@@ -94,6 +94,7 @@ class InstantLoader : public NotificationObserver {
private:
friend class InstantLoaderManagerTest;
+ friend class InstantTest;
class FrameLoadObserver;
class PaintObserverImpl;
class TabContentsDelegateImpl;

Powered by Google App Engine